Comment on Should I move to Docker?
felbane@lemmy.world 10 months agoIf anything, containers are less resource intensive than VMs.
Comment on Should I move to Docker?
felbane@lemmy.world 10 months agoIf anything, containers are less resource intensive than VMs.
Dyskolos@lemmy.zip 10 months ago
Thank you. Guess i really need to take some time to get into it. Just never saw a real reason.
felbane@lemmy.world 10 months ago
The great thing about containers is that you don’t have to understand the full scope of how they work in order to use them.
You can start with learning how to use docker-compose to get a set of applications running, and once you understand that (which is relatively easy) then go a layer deeper and learn how to customize a container, then how to build your own container from the ground up and/or containerize an application that doesn’t ship its own images.
But you don’t need to understand that stuff to make full use of them, just like you don’t need to understand how your distribution builds an rpm or deb package. You can stop whenever your curiosity runs out.
Dyskolos@lemmy.zip 10 months ago
Won’t need to containerize my own stuff. Yet. But many apps just give a recent docker or some outdated manual install stuff. Hence why i get more and more annoyed/intrigued by docker 😁
Thanks for the guide!