mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-12-09 14:15:49 +08:00
Default image store location has changed in Docker 29
This commit is contained in:
parent
291e1d501d
commit
89e0ebfe32
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ services:
|
|||
- ${TARBALL:-.}:/cache/image.tar.gz
|
||||
- docker_volume_backup_test_sandbox_image:/var/lib/docker/image
|
||||
- docker_volume_backup_test_sandbox_overlay2:/var/lib/docker/overlay2
|
||||
- docker_volume_backup_test_sandbox_containerd:/var/lib/docker/containerd
|
||||
|
||||
worker1:
|
||||
<<: *node
|
||||
|
|
@ -29,3 +30,4 @@ services:
|
|||
volumes:
|
||||
docker_volume_backup_test_sandbox_image:
|
||||
docker_volume_backup_test_sandbox_overlay2:
|
||||
docker_volume_backup_test_sandbox_containerd:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue