Skip to content

Commit 89e0ebf

Browse files
committed
Default image store location has changed in Docker 29
1 parent 291e1d5 commit 89e0ebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
- ${TARBALL:-.}:/cache/image.tar.gz
1515
- docker_volume_backup_test_sandbox_image:/var/lib/docker/image
1616
- docker_volume_backup_test_sandbox_overlay2:/var/lib/docker/overlay2
17+
- docker_volume_backup_test_sandbox_containerd:/var/lib/docker/containerd
1718

1819
worker1:
1920
<<: *node
@@ -29,3 +30,4 @@ services:
2930
volumes:
3031
docker_volume_backup_test_sandbox_image:
3132
docker_volume_backup_test_sandbox_overlay2:
33+
docker_volume_backup_test_sandbox_containerd:

0 commit comments

Comments
 (0)