projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
553a4fc
)
tty may not be there
author
Sam
<sam.saffron@gmail.com>
Fri, 21 Mar 2014 05:36:45 +0000
(16:36 +1100)
committer
Sam
<sam.saffron@gmail.com>
Fri, 21 Mar 2014 05:36:45 +0000
(16:36 +1100)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/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