Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jun 14, 2017
1 parent 626f727 commit 65af8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/docker/assets/docker-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ ! "$hasDocker" ]; then
sudo service docker start || sudo service docker restart
fi

# Start docker if it was stopped
sudo service docker start
# Start docker if it was stopped. If docker is already running, the exit code is 1
sudo service docker start || true

# TODO make sure docker works as expected

0 comments on commit 65af8d1

Please sign in to comment.