Here we provide a submodule noVNCbin cloned from
https://github.com/novnc/noVNC
and we also provide a wrapping script noVNC which calls the noVNCbin scripts here.
To make use of this service, just copy this branch to your /usr/local/bin/ like
/etc/ssl/
`---vncssl.cnf
/usr/local/bin/
|---noVNC
`---noVNCbin
|---utils
| |---launch.sh
| `---...
`---...And you could use such simple command on your Bash:
noVNC IP=192.168.127.128:5901 PORT=6080where 5901 is the entry (input) port and 6080 is the service (output) port.
Here is the list of each dockerfile:
-
xubuntu at the branch xubuntu
Run such a command to build the newest image online:
nvidia-docker build -t xubuntu:1.0 https://github.com/cainmagi/Dockerfiles.git#xubuntu
-
jupyterlab at the branch jupyterlab
Run such a command to build the newest image online:
nvidia-docker build -t jlab:1.0 https://github.com/cainmagi/Dockerfiles.git#jupyterlab
See the update records in docs-DGX branch.