Skip to content

jwieringa/docker-fiddler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fiddler via Docker on a Mac

Run Fiddler on a Mac in a container.

Attribution and helpful links:

$ git clone git@github.com: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

Releases

No releases published

Packages

No packages published