I'm not sure to understand why things like Docker are so popular. What are they actual use?
@Sylvhem separating services, using a very light image with very little services.like my gitea docker is comprising of gitea, sshd and syslogd, that's all.
@dashie Thank you! I think I can strat to see why you want to do that.
@Sylvhem before that I would have a whole system to manage, here I now only manage Dockerfiles or just run one from the project or contributors.
I don't have a whole OS to manage, this is *really* lighter, and more secure since every service is separated.
@Sylvhem before that I would have a whole system to manage, here I now only manage Dockerfiles or just run one from the project or contributors.
I don't have a whole OS to manage, this is *really* lighter, and more secure since every service is separated.