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

Commit

Permalink
Add quotes around the docker container arguments
Browse files Browse the repository at this point in the history
Fixes: #26
Closes: #27
Signed-off-by: Jonathan Calmels <jcalmels@nvidia.com>
  • Loading branch information
Evan Lezar authored and 3XX0 committed Jan 9, 2016
1 parent c79c2a4 commit e71f8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvidia-docker
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ case $CMD in
;;
esac

$DOCKER $DOCKER_ARGS $NV_DOCKER_ARGS $@
$DOCKER $DOCKER_ARGS $NV_DOCKER_ARGS "$@"

0 comments on commit e71f8ce

Please sign in to comment.