/docker-novnc

A multi-architecture Docker image for noVNC.

Primary LanguageDockerfileApache License 2.0Apache-2.0

Docker noVNC

Docker Image Version (latest by date) Docker Pulls GitHub ci lint pre-commit

A multi-architecture Docker image for noVNC.

Dependencies

  • None

Usage

docker cli

$ docker run -d \
  --name=novnc \
  -e TZ=America/Los_Angeles `# optional` \
  -e PUID=1000  `# optional` \
  -e PGID=1000   `# optional` \
  -e REMOTE_HOST=localhost `# optional` \
  -e REMOTE_PORT=5900 `# optional` \
  -p 6080:6080 \
  --restart unless-stopped \
  nicholaswilde/novnc

docker-compose

See docker-compose.yaml.

Development

See docs.

Troubleshooting

See docs.

Pre-commit hook

If you want to automatically generate README.md files with a pre-commit hook, make sure you install the pre-commit binary, and add a .pre-commit-config.yaml file to your project. Then run:

pre-commit install
pre-commit install-hooks

Currently, this only works on amd64 systems.

License

Apache 2.0 License

Author

This project was started in 2020 by Nicholas Wilde.