Created
August 17, 2017 05:13
-
-
Save kkonyshev/efc013f38d0ce066e234dcbeef0b6717 to your computer and use it in GitHub Desktop.
mac docker port forwarding
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
VBoxManage modifyvm "default" --natpf1 "port2222,tcp,127.0.0.1,2222,,2222" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODO check: docker-machine create --driver virtualbox --engine-opt ip=127.0.0.1 dev