/slate

Dockerized version of tripit/slate

Apache License 2.0Apache-2.0

tutum-docker-slate

Usage

In your source documentation folder (which looks like this), create a Dockerfile with the following contents:

FROM tutum/slate

Build the image and run it:

docker build -t mydocs .
docker run -d -p 4567:4567 mydocs

Go to http://localhost:4567/ and you will see your new API beautiful documentation.