Comment on Docker in LXC vs VM

<- View Parent
bizdelnick@lemmy.ml ⁨1⁩ ⁨month⁩ ago

Snapshotting in docker is as easy as docker commit. After that you can back it up with docker save. Then move to another host, but not without downtime.

However normally you need to backup/move only volumes attached to containers. If that’s not the way how you like to organize your services, you likely don’t need docker.

source
Sort:hotnewtop