Should be useful to get clean UI-based Ubuntu environment to install firefox or any other software
Inspired by: https://github.com/Kaixhin/dockerfiles/tree/master/vnc
:latest - Vanilla image without ANY software. To be used for customizations
:firefox-java - Firefox and icedtea-7-plugin preinstalled
docker run -it -p 5901:5901 teran/ubuntu-xserver:firefox-java
open vnc://127.0.0.1:5901
Default password to VNC server is: password
Or
It could present right in .bashrc:
function xserver() {
docker run -d -p 5901:5901 --name ubuntu-xserver teran/ubuntu-xserver:firefox-java
open vnc://127.0.0.1:5901
}
Content type
Image
Digest
Size
191.9 MB
Last updated
over 8 years ago
docker pull teran/ubuntu-xserver