Skip to content

Instantly share code, notes, and snippets.

@kkonyshev
Created August 17, 2017 05:13
Show Gist options
  • Save kkonyshev/efc013f38d0ce066e234dcbeef0b6717 to your computer and use it in GitHub Desktop.
Save kkonyshev/efc013f38d0ce066e234dcbeef0b6717 to your computer and use it in GitHub Desktop.
mac docker port forwarding
VBoxManage modifyvm "default" --natpf1 "port2222,tcp,127.0.0.1,2222,,2222"
@kkonyshev
Copy link
Author

TODO check: docker-machine create --driver virtualbox --engine-opt ip=127.0.0.1 dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment