Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

tutumcloud/slate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutum-docker-slate

Usage

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

FROM tutum/slate

And a docker-compose.yml with the following contents:

version: "2"
services:
  slate:
    build: .
    ports:
     - "4567:4567"

Use Docker Compose to run it:

docker-compose up --build

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

Releases

No releases published

Packages

No packages published