Run Fiddler on a Mac in a container.
Attribution and helpful links:
$ git clone [email protected]:jwieringa/docker-fiddler.git
$ cd fiddler
$ docker build -t fiddler .
$ brew install socat
# install cask for brew if not already installed
$ brew cask install xquartz
$ open -a XQuartz
$ socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"
# In a new terminal, using the Mac IP (not the docker host IP)
$ docker run -e DISPLAY=192.168.1.185:0 fiddler