Just a simple x2goclient from a Docker container
977
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
| Hub | Link |
|---|---|
| DockerHub | caimandepamer/x2go-client |
| GitHub | caimandepamer/x2go-client |

GPL-3
Free Software, Hell Yeah!
Content type
Image
Digest
Size
223.1 MB
Last updated
almost 5 years ago
docker pull caimandepamer/x2go-client