From d2dc299ae56037f23f6b626ac7dd676da7a970e0 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 20 Nov 2013 15:30:58 +1100 Subject: [PATCH] Update launcher increase sleep and message when you fail --- launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher b/launcher index 8708d3d..4b1b547 100755 --- a/launcher +++ b/launcher @@ -73,8 +73,8 @@ case "$command" in set_volumes exec echo "$input" | docker run -cidfile $cidbootstrap -i -a stdin -a stdout -a stderr $volumes $image /pups/bin/pups --stdin - sleep 5 - docker commit `cat $cidbootstrap` $image $config + sleep 10 + docker commit `cat $cidbootstrap` $image $config || echo 'FAILED TO COMMIT' docker rm `cat $cidbootstrap` && rm $cidbootstrap exit 0 ;; -- 2.25.1