Skip to content

Instantly share code, notes, and snippets.

@moracabanas
Created November 26, 2021 14: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 moracabanas/868d0a5c72768a1a325904d9954f8a3e to your computer and use it in GitHub Desktop.
Save moracabanas/868d0a5c72768a1a325904d9954f8a3e to your computer and use it in GitHub Desktop.
#!/bin/bash
#https://www.reddit.com/r/bashonubuntuonwindows/comments/n2nthu/comment/gwo9mvz/?utm_source=share&utm_medium=web2x&context=3
#https://marinerobotics.gtorg.gatech.edu/running-ros-with-gui-in-docker-using-windows-subsystem-for-linux-2-wsl2/
docker run -it <image:tag> -e DISPLAY -e WAYLAND_DISPLAY -e XDG_RUNTIME_DIR -e PULSE_SERVER -v /tmp/.X11-unix:/tmp/.X11-unix -v /mnt/wslg:/mnt/wslg <executable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment