mirror of https://github.com/docker/compose.git
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"
|
||||
|
||||
# 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…
Reference in New Issue