From e21768e2f7d16429284b4b6e20b36b596353f705 Mon Sep 17 00:00:00 2001 From: nosamad Date: Tue, 2 Apr 2019 00:23:46 +0200 Subject: [PATCH] fix docker command in wrapper script --- build/run_image.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"