docker build -t geopsy .
Download and install XQuartz:
Enable flag: Preferences -> Security -> Allow connections from network clients.
MYIP="`ifconfig | grep -w inet | egrep -v -w "127.0.0.1" | awk '{print $2}' | head -n 1`"
xhost +${MYIP} || exit
docker run --rm -it \
-e DISPLAY=${MYIP}:0 \
--mount type=bind,source=/tmp/.X11-unix,target=/tmp/.X11-unix \
-v /tmp/your-data:/opt/data \
geopsy:latest geopsy
Thanks to your contributions!
Here is a list of users who already contributed to this repository: