Skip to content

Commit

Permalink
fix restart docker in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Vieux <[email protected]>
  • Loading branch information
vieux committed Apr 7, 2016
1 parent 34d4cae commit aaa10d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ function start_docker() {
${DOCKER_IMAGE}:${DOCKER_VERSION} \
bash -c "\
rm /var/run/docker.pid ; \
rm /var/run/docker/libcontainerd/docker-containerd.pid ; \
rm /var/run/docker/libcontainerd/docker-containerd.sock ; \
hostname node-$i && \
docker daemon -H 127.0.0.1:$port \
-H=unix:///var/run/docker.sock \
Expand Down

0 comments on commit aaa10d1

Please sign in to comment.