Update autoinstall.sh
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user