tty may not be there
authorSam <sam.saffron@gmail.com>
Fri, 21 Mar 2014 05:36:45 +0000 (16:36 +1100)
committerSam <sam.saffron@gmail.com>
Fri, 21 Mar 2014 05:36:45 +0000 (16:36 +1100)
launcher

index 875f1a5932c03874d988aa5e00b634ccac7c5ccc..cf35f09a779b385b93a6deb1cb9f5454b3ba752d 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -51,7 +51,7 @@ prereqs() {
   fi
 
   # 3. able to attach stderr / out / tty
-  test=`docker run -i -t --rm -a stdin -a stdout -a stderr $image echo working`
+  test=`docker run -i --rm -a stdin -a stdout -a stderr $image echo working`
   if [[ "$test" =~ "working" ]] ; then : ; else
     echo "Your Docker installation is not working correctly"
     echo