2

I want to expose docker host IP to outer host which like this post.

There is a container running web service on port 3000 which is mapped to its host (a virtual box docker machine). How do I map this virtual network to my physic host except using Nginx?

(p.s. my network is pppoe)

Festum
  • 145
  • 1
  • 10
  • What's wrong with port mapping? Or more to the point, do you just want to bind the container port to a host port so you can access the container service or do you have some other use case (in which case, please explain) ? Doing either task will be different for the docker-machine than regular docker on Linux, please also state your OS. – Kesarion Feb 11 '16 at 13:21

0 Answers0