mirror of
https://github.com/docker/compose.git
synced 2026-08-30 13:31:54 +00:00
update path
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
8f9f1111f3
commit
c3d8e558a2
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ for version in $DOCKER_VERSIONS; do
|
|||
docker exec "$daemon_container" sh -c "apk add --no-cache git"
|
||||
|
||||
# copy docker config from host for authentication with Docker Hub
|
||||
docker cp /root/.docker/config $daemon_container:/root/.docker/config
|
||||
docker exec "$daemon_container" sh -c "chmod 644 /root/.docker/config"
|
||||
docker cp /root/.docker/config.json $daemon_container:/root/.docker/config.json
|
||||
docker exec "$daemon_container" sh -c "chmod 644 /root/.docker/config.json"
|
||||
|
||||
docker run \
|
||||
--rm \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue