Skip to content

Commit

Permalink
Fixes #88 - Document how to run in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed May 2, 2024
1 parent 6668467 commit a8f7742
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ application router, a rate limiter, or a circuit breaker.
The core of Manorrock Spider is the SmartFilter that reads a configuration file
that allows you to customize what Manorrock Spider does with a request.

## Running using the container image from GHCR

In an EMPTY directory of your choice use the following command line to start
Manorrock Persian:

```shell
docker run --rm -d -it -p 8080:8080 -v $PWD:/mnt ghcr.io/manorrock/spider
```

## How do I contribute?

See [Contributing](CONTRIBUTING.md)
Expand Down

0 comments on commit a8f7742

Please sign in to comment.