Docker - Production Patterns
You tried to restore a Docker volume backup with this command:
But the backup file is empty. What is the likely mistake?
docker run --rm -v mydata:/data busybox tar cvf /backup/mydata.tar /data
But the backup file is empty. What is the likely mistake?
