Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save markbirbeck/d196bb4ddea782ceedc5a90650f4f5d5 to your computer and use it in GitHub Desktop.
Save markbirbeck/d196bb4ddea782ceedc5a90650f4f5d5 to your computer and use it in GitHub Desktop.
Restart Docker after switching wifi
# Courtesy of:
#
# http://stackoverflow.com/questions/31990757/network-timed-out-while-trying-to-connect-to-https-index-docker-io
#
docker-machine restart default
eval $(docker-machine env default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment