Comment on What's the deal with Docker?

hperrin@lemmy.world ⁨6⁩ ⁨months⁩ ago

One benefit that might be overlooked here is that as long as you don’t use any Docker Volumes (and instead bind mount a local directory) and you’re using Docker Compose, you can migrate a whole service, tech stack and everything, to a new machine super easily. I just did this with a Minecraft server that outgrew the server it was on. Just tar the whole directory, copy it to the new host, untar, and docker compose up -d.

source
Sort:hotnewtop