https://github.com/pottava/docker-review
https://github.com/pottava/docker-review
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pottava/docker-review
- Owner: pottava
- Created: 2019-05-04T10:22:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T11:59:57.000Z (about 7 years ago)
- Last Synced: 2025-04-08T23:29:30.545Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized [Re:VIEW](https://reviewml.org/)
[](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
```