Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
Signed-off-by: aiordache <anca.iordache@docker.com>
  • Loading branch information
aiordache committed Jan 28, 2021
1 parent 7333eeb commit e4bfa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test/all
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for version in $DOCKER_VERSIONS; do
--name "$daemon_container" \
--privileged \
--volume="/var/lib/docker" \
--volume="\$(pwd)/.docker/config.json:/code/.docker/config.json" \
--volume=".docker/config.json:/code/.docker/config.json" \
-e "DOCKER_TLS_CERTDIR=" \
"$repo:$version-dind" \
dockerd -H tcp://0.0.0.0:2375 $DOCKER_DAEMON_ARGS \
Expand Down

0 comments on commit e4bfa85

Please sign in to comment.