Sign inSign up

maxpeal/x2go

By maxpeal

Updated almost 6 years ago

A collection of x2go images based on different distros - Handy for quick & easy "VPS" style setups.

Image
0

1.6K

maxpeal/x2go repository overview

x2go via docker

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!

Running the containers

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)

Usage

TODO: Write usage instructions

Tags

  • latest

    • ubuntu 20.04 LTS, Basic image with NO DESKTOP - Build whatever you want!
  • kde

    • You guessed it, it's got the KDE plasma desktop.
  • mate

    • With MATE desktop.
  • xfce

    • Yep. It's XFCE, just the way xubuntu user's like it.
  • 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
    

Tag summary

Content type

Image

Digest

Size

358.5 MB

Last updated

almost 6 years ago

docker pull maxpeal/x2go