Update launcher
authorSam <sam.saffron@gmail.com>
Wed, 20 Nov 2013 04:30:58 +0000 (15:30 +1100)
committerSam <sam.saffron@gmail.com>
Wed, 20 Nov 2013 04:30:58 +0000 (15:30 +1100)
increase sleep and message when you fail

launcher

index 8708d3d794198f05320becca19b545fbcd674a50..4b1b547f7025328db6baf92cb7a638a8b18b8fc9 100755 (executable)
--- 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
       ;;