Last active
January 23, 2018 05:46
-
-
Save baleen37/187d7a06a810095185b987df09a7b83c 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
#/bin/bash | |
docker-machine stop default | |
VBoxManage list bridgedifs | |
VBoxManage modifyvm dinghy --nic3 bridged --bridgeadapter3 en0 | |
docker-machine start default | |
docker-machine regenerate-certs default | |
eval "$(docker-machine env default)" | |
docker-machine ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment