Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Respect DOCKER_CLIENT_ARGS in weave run (close #855)
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper authored and paulbellamy committed Jun 8, 2015
1 parent 4f86a20 commit 106f1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if [ "$1" = "run" ]; then
fi
collect_cidr_args "$@"
shift $CIDR_COUNT
CONTAINER=$(docker run $DNS_ARGS -d "$@")
CONTAINER=$(docker $DOCKER_CLIENT_ARGS run $DNS_ARGS -d "$@")
exec_remote attach $CIDR_ARGS $CONTAINER
echo $CONTAINER
exit 0
Expand Down

0 comments on commit 106f1c4

Please sign in to comment.