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:
9487f38
)
UPGRADE: docker 0.10 is now out
author
Sam
<sam.saffron@gmail.com>
Wed, 9 Apr 2014 01:02:06 +0000
(11:02 +1000)
committer
Sam
<sam.saffron@gmail.com>
Wed, 9 Apr 2014 01:02:06 +0000
(11:02 +1000)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index dbba133a18a70ccb4db90b5ec818bd6d8ca88bfb..a7e6233ea28c8d87052e24c957be434f911f1388 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-51,11
+51,11
@@
prereqs() {
exit 1
fi
- # 3. running docker 0.
9
+
- test=`docker --version | grep 0.
9
`
+ # 3. running docker 0.
10
+
+ test=`docker --version | grep 0.
10
`
- if [[ "$test" =~ "0.
9
" ]] ; then : ; else
- echo "Your Docker installation is old, please upgrade to 0.
9
.0 or up"
+ if [[ "$test" =~ "0.
10
" ]] ; then : ; else
+ echo "Your Docker installation is old, please upgrade to 0.
10
.0 or up"
exit 1
fi