Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/val92130/docker-vnc
A simple docker image that provides a VNC server
https://github.com/val92130/docker-vnc
Last synced: 16 days ago
JSON representation
A simple docker image that provides a VNC server
- Host: GitHub
- URL: https://github.com/val92130/docker-vnc
- Owner: val92130
- Created: 2017-02-22T21:13:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T19:47:01.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T11:12:18.600Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-vnc
A simple docker image that provides a VNC server and noVNC access
## Usage
```
docker build -t vnc .docker run -p 5901:5901 -p 6080:6080 vnc
```To access the noVNC page, go to `http://localhost:6080/vnc_auto.html`
Make sure to change the VNC password in the Dockerfile with the VNC_PW env variable.