From 09a0bbc07040aba7f2ca6cb8b0987271030f3b04 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 5 Mar 2017 23:52:26 +0200 Subject: [PATCH] Update autoinstall.sh --- scripts/autoinstall.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/autoinstall.sh b/scripts/autoinstall.sh index ff0b8ec..e02002f 100755 --- a/scripts/autoinstall.sh +++ b/scripts/autoinstall.sh @@ -8,6 +8,10 @@ then curl -fsSL https://get.docker.com/ | sh fi +echo "Starting docker daemon and sleeping for 10 seconds..." +dockerd & +sleep 10 + echo "Checking if docker-compose is installed..." docker-compose --version if [ "$?" -ne 0 ]