Add Docker support

This commit is contained in:
Maxime Dor
2017-09-02 17:45:53 +02:00
parent d5d58e8b11
commit 2244c698b4
3 changed files with 18 additions and 1 deletions

View File

@@ -41,7 +41,11 @@ See releases for native installers of supported systems.
If none is available, please use other packages or build from source.
## Docker
- https://github.com/doofy/mxisd-docker
### From source
```
docker build -t your-org/mxisd:$(git describe --tags --always --dirty) .
docker run -v /data/mxisd/etc:/etc/mxisd -v /data/mxisd/var:/var/mxisd -t your-org/mxisd:$(git describe --tags --always --dirty)
```
## Debian
TODO