22
How hard is it to move Docker containers to another system?
(lemmy.dbzer0.com)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!
Extremely easy if you've set your projects up using docker compose files.
Just copy the compose file and data volumes over to the new host, run
docker compose up -d
and you're all set.Debian, or Proxmox if you want a webUI for containers and VMs.
Brilliant, thank you :)
My data is on separate drives, so I can just disconnect and reconnect them when I upgrade. I'm planning on doing the OS first, then eventually the computer.
I'll have a look at Proxmox, thanks :)