We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e615ac commit 2222325Copy full SHA for 2222325
test/docker-compose.yml
@@ -10,6 +10,7 @@ services:
10
retries: 50
11
volumes:
12
- ./:/code
13
+ - ${HOME}/.docker/config.json:/root/.docker/config.json
14
- ${TARBALL:-.}:/cache/image.tar.gz
15
- docker_volume_backup_test_sandbox_image:/var/lib/docker/image
16
- docker_volume_backup_test_sandbox_overlay2:/var/lib/docker/overlay2
0 commit comments