diff --git a/build/run_image.template b/build/run_image.template index 7a237e5..888e0b5 100644 --- a/build/run_image.template +++ b/build/run_image.template @@ -13,4 +13,4 @@ DOCKER_RUNCMD=( %DOCKER_RUNCMD% ) set -- "${DOCKER_RUNFLAGS[@]}" "%DOCKER_IMAGE%" "${DOCKER_RUNCMD[@]}" "$@" -exec docker run "$@" +exec "$DOCKER" run "$@"