mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
update path
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
8f9f1111f3
commit
c3d8e558a2
@ -51,8 +51,8 @@ for version in $DOCKER_VERSIONS; do
|
|||||||
docker exec "$daemon_container" sh -c "apk add --no-cache git"
|
docker exec "$daemon_container" sh -c "apk add --no-cache git"
|
||||||
|
|
||||||
# copy docker config from host for authentication with Docker Hub
|
# copy docker config from host for authentication with Docker Hub
|
||||||
docker cp /root/.docker/config $daemon_container:/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"
|
docker exec "$daemon_container" sh -c "chmod 644 /root/.docker/config.json"
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user