Skip to content

Instantly share code, notes, and snippets.

@jrasanen
Created June 27, 2019 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrasanen/f5173a372a83553ce0af7fca319924bc to your computer and use it in GitHub Desktop.
Save jrasanen/f5173a372a83553ce0af7fca319924bc to your computer and use it in GitHub Desktop.
#!/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