https://github.com/uhooi/docker-prh
Docker image for prh
https://github.com/uhooi/docker-prh
docker docker-image dockerfile prh
Last synced: about 2 months ago
JSON representation
Docker image for prh
- Host: GitHub
- URL: https://github.com/uhooi/docker-prh
- Owner: uhooi
- License: mit
- Created: 2020-01-19T13:21:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T14:21:24.000Z (over 6 years ago)
- Last Synced: 2025-04-07T13:46:38.227Z (about 1 year ago)
- Topics: docker, docker-image, dockerfile, prh
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-prh
[](https://hub.docker.com/r/uhooi/prh)
[](https://github.com/uhooi/docker-prh/actions?query=workflow%3ACD)
Docker image for prh.
## Usage
### Shell
##### Pull the Docker image from Docker Hub:
```bash
$ docker pull uhooi/prh:latest
```
##### Create a container from the image and run it:
```bash
# Output prh version
$ docker run --rm uhooi/prh --version
5.4.4
# Create prh rules
$ docker run --rm -v $PWD:/work uhooi/prh init
create prh.yml
see prh/rules collection https://github.com/prh/rules
# Run prh example
$ docker run --rm -v $PWD:/work uhooi/prh --replace --rules prh.yml --verify foo.re
```
### GitHub Actions
TBD