Sign inSign up

dannyben/madness

By dannyben

Updated 2 months ago

Instant Markdown Server

Image
5

100K+

dannyben/madness repository overview

Docker Madness Markdown Server

This is a dockerized version of the Madness markdown server ruby gem.

It allows you to start a webserver that shows your markdown documentation folder.

Usage

The easiest way to use this image, is to create a shell alias:

$ alias madness='docker run --rm -it -v $PWD:/docs -p 3000:3000 dannyben/madness'
$ madness --help
Use with docker-compose

Put this in your docker-compose.yml:

# docker-compose.yml
services:
  web:
    image: dannyben/madness
    volumes: [".:/docs"]
    ports: ["3000:3000"]

Then run:

$ docker-compose up

Additional Information


Tag summary

Content type

Image

Digest

sha256:ebdf50556

Size

144.8 MB

Last updated

2 months ago

docker pull dannyben/madness