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
Share and learn in the Docker community.
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