Created
June 27, 2019 04:16
-
-
Save jrasanen/f5173a372a83553ce0af7fca319924bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
until docker info &> /dev/null | |
do | |
echo "Waiting for the docker engine to start ..." | |
sleep 1 | |
done | |
docker-compose up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment