mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-12-05 09:08:02 +01:00
Propagate docker config into test container so pulls are authenticated (#686)
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
retries: 50
|
||||
volumes:
|
||||
- ./:/code
|
||||
- ${HOME}/.docker/config.json:/root/.docker/config.json
|
||||
- ${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
|
||||
|
||||
Reference in New Issue
Block a user