Skip to content

Instantly share code, notes, and snippets.

@onjin
Created September 24, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onjin/bef7a86b5b732d8231b951535124d557 to your computer and use it in GitHub Desktop.
Save onjin/bef7a86b5b732d8231b951535124d557 to your computer and use it in GitHub Desktop.
#!/bin/bash
xhost +
docker run \
--rm \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $(pwd)/:/data/ \
-ti eferro/freemind /freemind.sh $(id -u) $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment