Created
July 3, 2022 18:47
-
-
Save spy86/e8ca7ebb18a7df290cb5b73c735c6b75 to your computer and use it in GitHub Desktop.
This file contains 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
if [[ "$(uname -a)" =~ ^Linux.*-microsoft-standard.*GNU\/Linux ]]; then | |
if [ ! -f "/var/run/docker.pid" ]; then | |
sudo /usr/sbin/service docker start | |
fi | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment