This is a docker container of GetDist. It allows you to run GetDistGUI on macOS.
- Install Docker: https://www.docker.com/products/docker-desktop
 - Install XQuartz: https://www.xquartz.org/
 - Reboot your computer
 - In the setup of XQuartx, go to 
Securityand checkAllow connections from network clients - Restart XQuartz
 - You should see X11.bin on TCP:6000 by executing 
lsof -i TCP:6000 
$ lsof -i TCP:6000
COMMAND  PID     USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
X11.bin  2691 feynman   10u  IPv6 0x45afc01650938294      0t0  TCP *:6000 (LISTEN)
X11.bin  2691 feynman   11u  IPv4 0x45afc01653e99382      0t0  TCP *:6000 (LISTEN)
git clone https://github.com/c0rychu/GetDist_docker.gitandcd GetDist_dockermake buildmake=make run-guito launch the GetDistGUI directly. Ormake runto get a interactive shell.