How do I forward a docker-machine port to my host port on OSX?
I’m delivering a private docker container in my company and want my colleagues to be able to access in our internal network, the problem is that my guest OS is OSX and as so I can only access my application using the 192.168.99.100:3000 default ip from docker machine. How can I forward the docker-machine 3000 port to my host 80 port? At this time Docker Machine is a virtual machine running under VirtualBox in your machine, so to expose your application port you need to map your virtual machine port to your host port. To achieve this there are two options, but before make sure your Docker