All Projects → oott123 → docker-novnc

oott123 / docker-novnc

Licence: MIT license
tigervnc, websokify, novnc and Nginx with s6-overlay in a docker image.

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-novnc

ubuntu-vnc-xfce-g3
Headless Ubuntu/Xfce containers with VNC/noVNC (Generation 3)
Stars: ✭ 83 (+167.74%)
Mutual labels:  novnc
ubuntu-vnc-xfce-firefox
Retired. Headless Ubuntu/Xfce containers with VNC/noVNC and Firefox (Generation 1)
Stars: ✭ 20 (-35.48%)
Mutual labels:  novnc
easy-novnc
Single-binary noVNC instance, web UI, and multi-host proxy.
Stars: ✭ 142 (+358.06%)
Mutual labels:  novnc
pojde
Develop from any device with a browser.
Stars: ✭ 60 (+93.55%)
Mutual labels:  novnc
soulseek-docker
🐳 Soulseek Over noVNC Docker Container
Stars: ✭ 149 (+380.65%)
Mutual labels:  novnc
ubuntu-desktop-jp
日本人向けのUbuntuデスクトップ環境のDockerイメージです。
Stars: ✭ 62 (+100%)
Mutual labels:  novnc
websockify-nginx-module
Embed websockify into Nginx (convert any tcp connection into websocket)
Stars: ✭ 132 (+325.81%)
Mutual labels:  novnc
CrownLabs
Kubernetes-based Remote Laboratories
Stars: ✭ 96 (+209.68%)
Mutual labels:  novnc
Novnc
VNC client web application
Stars: ✭ 8,269 (+26574.19%)
Mutual labels:  novnc
Docker Android
Android in docker solution with noVNC supported and video recording
Stars: ✭ 4,042 (+12938.71%)
Mutual labels:  novnc
Websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
Stars: ✭ 2,942 (+9390.32%)
Mutual labels:  novnc
kali-desktop
🐳 Kali Linux desktop running in Docker on any operating system, in your web browser or a VNC client, with Kali top10 tools pre-installed.
Stars: ✭ 72 (+132.26%)
Mutual labels:  novnc
ubuntu-vnc-xfce
Headless Ubuntu/Xfce containers with VNC/noVNC (Generation 1)
Stars: ✭ 51 (+64.52%)
Mutual labels:  novnc
iCtrl
UofT Engineering Lab Remote
Stars: ✭ 91 (+193.55%)
Mutual labels:  novnc
dockerfile-dwarffortress
Dwarf Fortress in a container
Stars: ✭ 21 (-32.26%)
Mutual labels:  novnc
ubuntu-vnc-xfce-chromium
Retired. Headless Ubuntu/Xfce container with VNC/noVNC and Chromium (Generation 1)
Stars: ✭ 20 (-35.48%)
Mutual labels:  novnc

docker-novnc

Docker Pulls Docker Automated build

tigervnc, websokify, novnc and Nginx with s6-overlay in a docker image.

Environment variables

  • VNC_GEOMETRY - VNC geometry; default: 800x600
  • VNC_PASSWD - VNC password, no more than 8 chars; default: MAX8char
  • USER_PASSWD - user user password. If you specify it, it will change the password for user user and add it to sudoers. NOTE: This password can get by programs so it's not safe. default: (blank)

Ports

  • 5901 - tigervnc
  • 9000 - Nginx
  • 9001 - websockify

Add your foreground process

vncmain.sh is a file which is a placeholder for foreground process running in VNC.

You can write a Dockerfile like this:

FROM oott123/novnc:latest
COPY vncmain.sh /app/vncmain.sh

And add foreground commands in your vncmain.sh:

#!/bin/bash
# Set them to empty is NOT SECURE but avoid them display in random logs.
export VNC_PASSWD=''
export USER_PASSWD=''

xterm

Then build and run your docker image. That's it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].