Created
April 6, 2016 11:11
-
-
Save markbirbeck/d196bb4ddea782ceedc5a90650f4f5d5 to your computer and use it in GitHub Desktop.
Restart Docker after switching wifi
This file contains hidden or 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
# 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