Dockerized version of github.com/tripit/slate
8.7K
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.
Content type
Image
Digest
sha256:ca7bf1e1e…
Size
171.1 MB
Last updated
almost 11 years ago
docker pull tutum/slate