README.md

December 5, 2016 ยท View on GitHub

Docker image for viewing Markdown pages

This is a Docker image for running joeyespo/grip, the Markdown viewer.

Usage

Example: In order to view $HOME/myproj/README.md, run the Docker image as follows:

docker run \
    --rm \
    -v $HOME/myproj:/root/docs \
    -p 6419:6419 \
    -t \
    -i fstab/grip \
    grip /root/docs/README.md 0.0.0.0:6419

If you run it for the first time, image will be pulled from https://hub.docker.com/r/fstab/grip.

Then point your browser to http://localhost:6419.