Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 456 Bytes

novnc

GitHub

Introduction

noVNC based from treehouses alpine image. About noVNC more can be view here

Intallations:

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