Add README in docker folder and mention docker in Conduit's README

This commit is contained in:
Daniel Wiesenberg 2020-08-04 22:06:13 +02:00
parent 7288010e55
commit 87ed132ae4
2 changed files with 65 additions and 0 deletions

View file

@ -21,6 +21,9 @@ Yes! Just open a Matrix client (<https://app.element.io> or Element Android for
You just have to clone the repo, build it with `cargo build --release` and call the binary (target/release/conduit) from somewhere like a systemd script.
It's explained in more detail [here](https://git.koesters.xyz/timo/conduit/wiki/Deploy).
Or you can just build the docker image and run it with docker or docker-compose.
It's explained in more details [here](https://git.koesters.xyz/timo/conduit/wiki/Docker) or in the [README](docker/README.md) in the docker folder.
#### What is it build on?
- [Ruma](https://www.ruma.io): Useful structures for endpoint requests and responses that can be (de)serialized