Skip to content

Commit

Permalink
feat(docs): Update README.md for docker usage option
Browse files Browse the repository at this point in the history
  • Loading branch information
Volham22 committed Feb 7, 2024
1 parent 93577b6 commit df226f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ To get a release build of raptor you just have to run `cargo build`. Omit the
$ cargo build --release
```

### Docker

It's possible to run `raptor` using docker. An image is available on
[dockerhub](https://hub.docker.com/r/volham/raptor).

It's possible to run the server using this command:

```sh
docker run -v path/to/keys:/app -v path/to/html:/var/raptor/html volham/raptor
```

## Configuration

Raptor aims to be easy to use and use [YAML](https://fr.wikipedia.org/wiki/YAML)
Expand Down

0 comments on commit df226f1

Please sign in to comment.