noVNC based from treehouses alpine image. About noVNC more can be view here
git clone https://github.com/treehouses/novnc.git
cd novnc
docker build -t novnc .
- After build the docker image run with
docker run -p 6080:6080 -d novnc
- Open a browser and navigate to the
serverip:6080