Sign inSign up

tutum/slate

By tutum

Updated almost 11 years ago

Dockerized version of github.com/tripit/slate

Image
2

8.7K

tutum/slate repository overview

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.

Tag summary

Content type

Image

Digest

sha256:ca7bf1e1e

Size

171.1 MB

Last updated

almost 11 years ago

docker pull tutum/slate