From e00fca6ef9e0f06e08705108fc26e7775dc19d3d Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Tue, 27 Dec 2016 18:12:03 -0200 Subject: [PATCH] Move --docker-args to the end so it gets priority --- launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher b/launcher index c58d1db..e7ae6b6 100755 --- a/launcher +++ b/launcher @@ -517,8 +517,8 @@ run_start() { fi set -x - $docker_path run $user_args $links $attach_on_run $restart_policy "${env[@]}" "${labels[@]}" -h "$hostname" \ - -e DOCKER_HOST_IP=$docker_ip --name $config -t $ports $volumes $mac_address $docker_args \ + $docker_path run $links $attach_on_run $restart_policy "${env[@]}" "${labels[@]}" -h "$hostname" \ + -e DOCKER_HOST_IP=$docker_ip --name $config -t $ports $volumes $mac_address $docker_args $user_args \ $run_image $boot_command ) -- 2.25.1