Expose a docker port on Mac Osx to other computer -
i open docker port running on mac osx other computer on same network.
i've found work around boot2docker not toolbox.
and not simple -p or -p. access docker port running on macosx other computer on same network.
regards , thanks
port forwarding should work same way boot2docker.
vboxmanage controlvm "<name_of_your_vm>" natpf1 "tcp-port8000,tcp,,8000,,8000";
then should able access port 8000 under
localhost:8000
and different computer in same network
<ip_of_you_machine>:8000
for more information check boot2doicker github page workarounds
Comments
Post a Comment