An open API service indexing awesome lists of open source software.

https://github.com/pottava/docker-review


https://github.com/pottava/docker-review

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dockerized [Re:VIEW](https://reviewml.org/)

[![pottava/review](http://dockeri.co/image/pottava/review)](https://hub.docker.com/r/pottava/review/)

## Supported tags and respective `Dockerfile` links

・latest ([versions/3.1/Dockerfile](https://github.com/pottava/docker-review/blob/master/versions/3.1/Dockerfile))
・3.1 ([versions/3.1/Dockerfile](https://github.com/pottava/docker-review/blob/master/versions/3.1/Dockerfile))

## Usage

```console
docker run --rm -v $(pwd):/doc pottava/review:3.1 review init mybook
docker run --rm -v $(pwd)/mybook:/doc pottava/review:3.1 rake pdf
```