t4skforce/docker-novnc
Full docker container with remote access via noVNC web interface
support of env variabls:
Optional Basic Auth
Optional Server Ports
Optional Server Name
exposes HTTP_PORT -> redirect -> HTTPS_PORT
autogenerated ssl certificate
Injects all environment variables set via ENV_ as NAME in the user environment
config of startup / cronjob and menur entries via .desktop files
docker run --name docker-novnc -it -p 8181:8181 -p 4443:4443 -v ~/config:/data:rw -e HTTP_PORT=8181 -e HTTPS_PORT=4443 --rm t4skforce/docker-novnc:latest
docker pull t4skforce/docker-novnc