Add quotes around the docker container arguments

Fixes: #26
Closes: #27
Signed-off-by: Jonathan Calmels <jcalmels@nvidia.com>
This commit is contained in:
Evan Lezar 2016-01-05 16:01:40 +01:00 committed by Jonathan Calmels
parent c79c2a4f65
commit e71f8ce3b5

View file

@ -220,4 +220,4 @@ case $CMD in
;;
esac
$DOCKER $DOCKER_ARGS $NV_DOCKER_ARGS $@
$DOCKER $DOCKER_ARGS $NV_DOCKER_ARGS "$@"