This Docker container aims to run the Grok debugger, which is running on Heroku, on your own laptop / server.
Start the Grok Debugger container :
docker run -d --name grokd -p 80:80 fdrouet/grokdebug:v1
This image includes EXPOSE 80 (the http port)
Go to http://localhost:80 to access the web interface
Stop the Grok Debugger container :
docker stop -t 2 grokd
Content type
Image
Digest
sha256:8c85ab62f…
Size
222.5 MB
Last updated
almost 11 years ago
docker pull fdrouet/grokdebug