denandz / glorp

A CLI-based HTTP intercept and replay proxy
BSD 3-Clause "New" or "Revised" License
248 stars 14 forks source link

Docker not working #10

Closed standrze closed 2 years ago

standrze commented 2 years ago

Can't download the docker image for Glorp, says it doesn't exist.

denandz commented 2 years ago

There is no docker image to download, Glorp is not on dockerhub or anything like that. Can you please clone the repository and post the output of:

docker build -tglorp .
docker run -p 8080:8080 --rm -it glorp