NoVNC packaging from https://github.com/novnc/noVNC for my own use. Use it at your own risk.
1.3K
Licenses: The noVNC core library files are licensed under the MPL 2.0 (Mozilla Public License 2.0).
My scripts are provided under GPL3.
'ere's a docker-compose file.
version: '3'
services:
novnc:
image: hakankoseoglu/novnc:latest
container_name: novnc
ports:
- "8199:80"
expose:
- "8199"
environment:
REMOTE_SERVER: "server_hostname:5901"version: '3'
Content type
Image
Digest
Size
59.8 MB
Last updated
over 4 years ago
docker pull hakankoseoglu/novnc