Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
faed4230
Commit
faed4230
authored
Oct 31, 2017
by
BAIRE Anthony
Browse files
fix docker test daemon to work with docker 1.13
parent
3121a4bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
launch-docker-test-daemon
View file @
faed4230
...
...
@@ -9,6 +9,7 @@ die()
set
-e
vol
=
"
`
pwd
`
/data/controller"
vol
=
"
`
realpath
"
$vol
"
`
"
.
prepare.sh
...
...
@@ -20,6 +21,7 @@ dir="$vol/test-daemon"
pidfile
=
"
$dir
/docker.pid"
sock
=
"
$dir
/docker.sock"
graph
=
"
$dir
/graph"
run
=
"
$dir
/run"
[
-d
"
$dir
"
]
||
mkdir
"
$dir
"
...
...
@@ -48,8 +50,9 @@ create_network()
create_network &
exec sudo
dockerd
\
--exec-root
"
$run
"
\
--graph
"
$graph
"
\
--host
"
$DOCKER_HOST
"
\
--pidfile
"
$pidfile
"
\
-s
overlay
-s
overlay
2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment