Minimal LXDE desktop for VNC access. Based on ubuntu 17.04
1.8K
Minimal LXDE desktop with the following features:
/ets/supervisord/conf.ddocker run -p 5901:5901 -p 2222:22 -v $(pwd):/root/shared d3f0/lxdevnc:latest
Assuming you've used the given 5901:5901 and 2222:22 examples from previous section, the -p, sahre port, refer to:
5901 first vnc screen, you can access remote screen with any VNC client such as Chrome's VNC client, apt-get instal tigervnc, krdc on KDE, vinagre on GNOME, etc.If your client supports ursl, use the following:
vnc://localhost:5901
2222 ssh access, you can ssh to get a terminal inside the cotainer.
To connect run the following line:
ssh -p 2222 root@localhost
ssh -X -p 2222 root@localhost pcmanfm
You can use any of the installed lxde programs as argument.
The -v in the how to use section, refers to a shared volume. This command will mount the current directory, expresed by $(pwd) in /root/shared.
Content type
Image
Digest
Size
195.1 MB
Last updated
over 9 years ago
docker pull d3f0/lxdevnc