Docker add healthcheck and mention Docker Hub image

This commit is contained in:
Daniel Wiesenberg 2020-08-24 23:30:39 +02:00
parent 0f524955b2
commit 38ac3e42be
5 changed files with 42 additions and 29 deletions

View file

@ -25,7 +25,14 @@ Clone the repo, build it with `cargo build --release` and call the binary
##### Using Docker
Build the docker image and run it with docker or docker-compose. [Read more](docker/README.md)
Pull and run the docker image with
``` bash
docker pull matrixconduit/matrix-conduit:latest
docker run -d matrixconduit/matrix-conduit:latest -p 8448:8000 -v db:/srv/conduit/.local/share/conduit
```
Or build and run it with docker or docker-compose. [Read more](docker/README.md)
#### What is it build on?