A collection of x2go images based on different distros - Handy for quick & easy "VPS" style setups.
1.6K
A nice and simple set of containers for quickly spinning up a "Remote desktop" environment. Handy for accessing a headless server without installing the x server on it.
This can be used for a remote desktop on a per user basis to give each person their own desktop, Make sure you mount their home directory outside the container like so:
docker run -itd -p 2222:22/tcp -v /mnt/dockerhome:/home maxpeal/x2go:xfce
You can either have one container per user, or share a container with multiple users. RAM usage will be fairly high if you choose one per user!
I'd recommend mounting an external directory for /home to preserve data when containers are deleted/updated
docker run -td -p 2222:22 -v /mnt/dockerhome:/home maxpeal/x2go:(latest/kde/mate/xfce)
TODO: Write usage instructions
latest
kde
mate
xfce
Now updated for ubuntu 18.04 LTS! - Just add -18 to the end of the tags to get the 18.04 based version
docker run -td -p 2222:22 -v /mnt/dockerhome:/home maxpeal/x2go:xfce-18
docker run -td -p 2222:22 -v /mnt/dockerhome:/home maxpeal/x2go:kde-18
docker run -td -p 2222:22 -v /mnt/dockerhome:/home maxpeal/x2go:mate-18
docker run -td -p 2222:22 -v /mnt/dockerhome:/home maxpeal/x2go:latest-18
Content type
Image
Digest
Size
358.5 MB
Last updated
almost 6 years ago
docker pull maxpeal/x2go