Mentions légales du service

Skip to content
Snippets Groups Projects
Commit faed4230 authored by BAIRE Anthony's avatar BAIRE Anthony
Browse files

fix docker test daemon to work with docker 1.13

parent 3121a4bc
No related branches found
No related tags found
No related merge requests found
......@@ -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 overlay2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment