this repo includes several GUI application containers.
making these run on your system may require extra setup.
install xQuartz
brew cask install xQuartzedit ssh config
sudo sed 's/\#X11Forwarding no/X11Forwarding yes/g' /etc/ssh/sshd_config restart sshd
/etc/init.d/sshd restartadd ip address to list of allowed remotes for xhost
xhost + $(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')export DOCKER_DISPLAY env var from your .bash_profile
export DOCKER_DISPLAY=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}'):0 \