Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 645 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 645 Bytes

Fiddler via Docker on a Mac

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