https://github.com/treehouses/novnc
https://github.com/treehouses/novnc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/treehouses/novnc
- Owner: treehouses
- License: agpl-3.0
- Created: 2020-08-06T04:35:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T04:13:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T21:22:30.003Z (5 months ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# novnc

### IntroductionnoVNC based from treehouses alpine image. About noVNC more can be view [here](https://novnc.com/info.html)
### Intallations:
```bash
git clone https://github.com/treehouses/novnc.git
cd novnc
docker build -t novnc .
````
### Usage:
- After build the docker image run with
``docker run -p 6080:6080 -d novnc``
- Open a browser and navigate to the ``serverip:6080``