Sign inSign up

teran/ubuntu-xserver

By teran

Updated over 8 years ago

XServer + LXCDE on Ubuntu

Image
1

1.6K

teran/ubuntu-xserver repository overview

Ubuntu XServer + LXCDE

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

Image variants

:latest - Vanilla image without ANY software. To be used for customizations :firefox-java - Firefox and icedtea-7-plugin preinstalled

Usage

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
}

Tag summary

Content type

Image

Digest

Size

191.9 MB

Last updated

over 8 years ago

docker pull teran/ubuntu-xserver