docker-baseimage-gui icon indicating copy to clipboard operation
docker-baseimage-gui copied to clipboard

Enable toggling of direct VNC server access.

Open r-pufky opened this issue 5 years ago • 1 comments

By default, both ports 5800 and 5900 are exposed in the container. It would be fantastic to be able to add the option toggle the following port exposures:

  • 5800 (VNC web GUI only)
  • 5900 (VNC server only)
  • 5800-5900 (both VNC web GUI, VNC server; current mode)

This would enable the selection of the preferred connection for an end user and minimize service exposure in the container.

r-pufky avatar May 25 '19 23:05 r-pufky

When using the default docker network mode Bridge, users need to explicitly expose the port(s) they want during the creation of the container.

jlesage avatar May 26 '19 00:05 jlesage

With images version 4.0.0, it's possible to disable listening on a port.

jlesage avatar Oct 07 '22 11:10 jlesage