johanhaleby / docker-machine-port-forwarder

Simple bash script that makes it easier to forward ports from Docker Machine
Apache License 2.0
109 stars 21 forks source link

No VirtualBox with Docker Toolkit #4

Open abdennour opened 5 years ago

abdennour commented 5 years ago

Previously, Docker machine is running as VirtualBox in MacOS. Currently, nope nope.

Any alternative? Or can we make two versions of this pf script?

johanhaleby commented 5 years ago

I don't think you need explicit port forwarding like this anymore, at least not in my experience. Now you simply expose the port when starting the container and then you should be able to connect to the port.