An open API service indexing awesome lists of open source software.

https://github.com/treehouses/novnc


https://github.com/treehouses/novnc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# novnc
![GitHub](https://img.shields.io/github/license/treehouses/novnc)
### Introduction

noVNC 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``