summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Wiesenberg <weasy@hotmail.de>2020-08-24 23:30:39 +0200
committerDaniel Wiesenberg <weasy@hotmail.de>2020-08-25 09:02:45 +0200
commit38ac3e42be87509ec04c35adfb65b3ba89daecbf (patch)
tree20c83da8732a29f84665a3a66c0168a09f437639 /README.md
parent0f524955b24a88b384fb72d97c6386a17996083e (diff)
downloadconduit-38ac3e42be87509ec04c35adfb65b3ba89daecbf.zip
Docker add healthcheck and mention Docker Hub image
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad13089..44ab0d6 100644
--- a/README.md
+++ b/README.md
@@ -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?