Skip to content

Instantly share code, notes, and snippets.

@Qambar
Created April 22, 2018 18:37
Show Gist options
  • Save Qambar/db85e2c925a8dfa868724ac6e7066b0b to your computer and use it in GitHub Desktop.
Save Qambar/db85e2c925a8dfa868724ac6e7066b0b to your computer and use it in GitHub Desktop.
start-docker.sh
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