Update autoinstall.sh

This commit is contained in:
Jan Tuomi
2017-03-05 23:52:26 +02:00
parent 403a44d859
commit 09a0bbc070
+4
View File
@@ -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 ]