Sign inSign up

fdrouet/grokdebug

By fdrouet

Updated almost 11 years ago

Image
11

500K+

fdrouet/grokdebug repository overview

Grok Debugger

This Docker container aims to run the Grok debugger, which is running on Heroku, on your own laptop / server.

How to use this image

  • Start the Grok Debugger container :

    docker run -d --name grokd -p 80:80 fdrouet/grokdebug:v1

This image includes EXPOSE 80 (the http port)

  • Use the Grok Debugger :

Go to http://localhost:80 to access the web interface

  • Stop the Grok Debugger container :

    docker stop -t 2 grokd

Tag summary

Content type

Image

Digest

sha256:8c85ab62f

Size

222.5 MB

Last updated

almost 11 years ago

docker pull fdrouet/grokdebug