Skip to content

Commit

Permalink
Improve docker not ready messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisplo committed Oct 5, 2017
1 parent 29eda25 commit 3d7ff24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/ansible/install_swarm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ contiv_v2plugin_install=""
# Check for docker

if ! docker version >/dev/null 2>&1; then
echo "docker not found. Please retry after installing docker."
echo "docker not found or is not running."
echo "Please ensure docker is installed and running before retrying."
exit 1
fi

Expand Down

0 comments on commit 3d7ff24

Please sign in to comment.