Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created November 1, 2017 18:58
Show Gist options
  • Save dustinlacewell-wk/9c08e4f513b24f6b046c4c24836c4224 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/9c08e4f513b24f6b046c4c24836c4224 to your computer and use it in GitHub Desktop.
until docker version > /dev/null
do
sleep 1
done
until docker version 2>&1 /dev/null
do
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment