Master branch
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 a simple command on your Bash:
noVNC IP=192.168.127.128:5901 PORT=6080
where 5901
is the entry (input) port and 6080
is the service (output) port.
Dockerfile list
To view the manual, please check here.
To view the detailed graphic guides, click here.
To view extra manuals about xUbuntu, please check here.
To view our dockerfile list, please check here.
Dockerfiles
Here is the list of each dockerfile:
-
xubuntu at the branch xubuntu
Run such a command to build the newest image online:
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:
docker build -t jlab:1.0 https://github.com/cainmagi/Dockerfiles.git#jupyterlab
Update records
ver 1.5 @ 4/20/2022
- Finish the re-crafted
xubuntu
dockerfile andjupyterlab
dockerfile. - Update the submodule
noVNC
to the newest version. - Write some new guides.
ver 1.45 @ 2/2/2021
- Add
openssl
support. - Update the submodule
noVNC
to newest version.
ver 1.4 @ 1/11/2021
- Finish the re-crafted
xubuntu
dockerfile. - Update the submodule
noVNC
to the newest version. - Add tips and comments.
- Change the
gitpage
path.
ver 1.3 @ 20191114
Finish the xubuntu-tf2
dockerfile.
ver 1.2 @ 20180820
Update master branch. This update includes:
- Update the submodule
noVNC
to the newest version. - Update the start script so that it could be applied to both
Ubuntu 16.04
andUbuntu 18.04
.
ver 1.16 @ 20180820
Update xubuntu-tf to the 1.2 version.
ver 1.15 @ 20180819
- Revise the
xubuntu-tf
dockerfile for fixing some bugs in the installation scripts. - Revise the
xubuntu
dockerfile, upgrade its dependencies and make a good preparation for installing caffe with gcc-6.3.0 in this image.
ver 1.12 @ 20180816
- Revise the
xubuntu-tf
dockerfile and upgrade its dependencies. - Revise
noVNC
, now we do not need to change anything but just copy it for the installation. - Arrange the page of this project.
ver 1.1 @ 20180815
Add the xubuntu-tf
dockerfile.
ver 1.0 @ 20180605
Create the branch, add the noVNC submodule and add the xubuntu
dockerfile.