Comment on Please weigh in: Transfer of Docker stacks to Debian
carrylex@lemmy.world 3 days ago
I’m looking for a tool that will clone my volumes and containers
???
Assuming you’re using docker compose because not doing that when running 27 containers would be insane:
docker compose down- Copy all stuff over
docker compose up