Created
April 22, 2018 18:37
-
-
Save Qambar/db85e2c925a8dfa868724ac6e7066b0b to your computer and use it in GitHub Desktop.
start-docker.sh
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
docker-machine start # Start virtual machine for docker | |
docker-machine env # It's helps to get environment variables | |
eval "$(docker-machine env default)" # Set environment variables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment