Skip to content

Instantly share code, notes, and snippets.

@sar
Created July 24, 2021 18:15
Show Gist options
  • Save sar/9b1779eda52085687e47ca24600bf932 to your computer and use it in GitHub Desktop.
Save sar/9b1779eda52085687e47ca24600bf932 to your computer and use it in GitHub Desktop.

x11docker over x2go single application mode

Set the x2go single application command to execute sudoless in xterm using the pattern:

xterm -e <command> <args>
xterm -e x11docker -p --home=<volume_name> <container_name>:<tag>

For info on setting sudoless x11 authority, see x11docker_sudoless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment