diff --git a/docker-run-mac.sh b/docker-run-mac.sh
deleted file mode 100644
index 1e407c85b6e309d59ccd04ddd2e70605480d7bf7..0000000000000000000000000000000000000000
--- a/docker-run-mac.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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