Skip to content
Snippets Groups Projects
Commit 743225d7 authored by Nikhil Ambardar's avatar Nikhil Ambardar
Browse files

Delete docker-run-mac.sh

parent c91c59b8
No related branches found
No related tags found
No related merge requests found
Pipeline #8129 failed
#!/bin/sh
docker build . -t ceti-panda-gazebo-workspace
XSOCK=/tmp/.X11-unix
/usr/X11/bin/xhost + 127.0.0.1
defaults write org.macosforge.xquartz.X11 enable_iglx -bool true
docker run -it \
--volume=$XSOCK:$XSOCK:rw \
--env="LIBGL_ALWAYS_INDIRECT=1" \
--env="DISPLAY=host.docker.internal:0" \
--user="ros" \
ceti-panda-gazebo-workspace \
"$@"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment