mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-12-18 15:48:30 +08:00
Propagate docker config into test container so pulls are authenticated
This commit is contained in:
parent
3e615accad
commit
cf779002e4
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ services:
|
||||||
retries: 50
|
retries: 50
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/code
|
- ./:/code
|
||||||
|
- ${HOME}/.docker/config.json:/root/.docker/config.json
|
||||||
- ${TARBALL:-.}:/cache/image.tar.gz
|
- ${TARBALL:-.}:/cache/image.tar.gz
|
||||||
- docker_volume_backup_test_sandbox_image:/var/lib/docker/image
|
- 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_overlay2:/var/lib/docker/overlay2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue