Sign inSign up

caimandepamer/x2go-client

By caimandepamer

•Updated almost 5 years ago

Just a simple x2goclient from a Docker container

Image
0

977

caimandepamer/x2go-client repository overview

⁠x2go-client

⁠Just an x2goclient from a Docker container

⁠Actual Features

  • Run x2goclient from Docker container
  • Saved sessions (in mounted volumen)

⁠How to run

Note: For now, the container is in alpha version, works but may have some issues

Next line needed to access HOST X11 SERVER (graphs)

xhost +

Next line needed if you need to make sessions persistent (recommended)

mkdir ./data

And run the container:

 docker run -it --rm  \
    -e DISPLAY=${DISPLAY} \
    -e XAUTHORITY=/tmp/.Xauthority \
    -v $(pwd)/data:/root/.x2goclient \
    -v /tmp/.X11-unix:/tmp/.X11-unix  \
    --hostname x2go-client01 caimandepamer/x2go-client

⁠Example of use:

demo01

⁠Comming Features

  • No root as runner
  • Web vnc interfase
  • Less size (now is about 200mb!!, sorry for that...)

⁠License

GPL-3

Free Software, Hell Yeah!

Tag summary

Content type

Image

Digest

Size

223.1 MB

Last updated

almost 5 years ago

docker pull caimandepamer/x2go-client