I use LXC for all the reasons most people use Docker, it’s easy to spin up a new service, there are no leftovers when I remove a service, and everything stays separate. What I really like about LXC though is that you can treat containers like VMs, you start it up, attach and install all your software as if it were a real machine. No extra tech to learn.
Comment on Should I move to Docker?
iso@lemy.lol 1 year ago
It just making things easier and cleaner. When you remove a container, you know there is no leftover except mounted volumes. I like it.
nik282000@lemmy.ca 1 year ago
Auli@lemmy.ca 1 year ago
It completely true you probably have to prune some images, or volumes.
AbidanYre@lemmy.world 1 year ago
It’s also way easier if you need to migrate to another machine for any reason.