Skip to content

Commit

Permalink
Specify jjrom/doctools version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrom committed Feb 27, 2019
1 parent a4217f1 commit 07562b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ The jjrom/doctools docker image gives access to the following command line appli

### From dockerhub

docker pull jjrom/doctools
docker pull jjrom/doctools:1.0

### Build from source
Launch the following command and go for a (long) coffee break

docker build -t jjrom/doctools .
docker build -t jjrom/doctools:1.0 .

## Usage
Replace ${COMMAND} with one of {openapi|api2html|widdershins|pandoc|asciidoctor-pdf}

docker run --rm -ti jjrom/doctools
docker run --rm -ti jjrom/doctools:1.0

*Note: input files must be mounted with docker -v option to be accessed by the tools*

Expand Down

0 comments on commit 07562b6

Please sign in to comment.