Be clear about building mxisd before building Docker img

This commit is contained in:
Maxime Dor
2017-09-03 03:18:44 +02:00
parent d456633a03
commit c03573b24f

View File

@@ -41,7 +41,7 @@ If none is available, please use other packages or build from source.
## Docker
### From source
Build the image:
[Build mxisd](#build) then build the docker image:
```
docker build -t your-org/mxisd:$(git describe --tags --always --dirty) .
```