From 56047ef807c9b31ed978f794618933da79d5b267 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Sun, 24 Nov 2013 16:45:32 -0800 Subject: [PATCH] docker format change --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 4b1b547..9967a9e 100755 --- a/launcher +++ b/launcher @@ -74,7 +74,7 @@ case "$command" in exec echo "$input" | docker run -cidfile $cidbootstrap -i -a stdin -a stdout -a stderr $volumes $image /pups/bin/pups --stdin sleep 10 - docker commit `cat $cidbootstrap` $image $config || echo 'FAILED TO COMMIT' + docker commit `cat $cidbootstrap` $image:$config || echo 'FAILED TO COMMIT' docker rm `cat $cidbootstrap` && rm $cidbootstrap exit 0 ;; -- 2.25.1