How to EXPOSE Port on running container

Hi,

The solution to mapping port while running the container.

docker run -d --net=host myvnc

that will expose and map the port automatically to your host

Thank you
Asura