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 ## Docker
### From source ### From source
Build the image: [Build mxisd](#build) then build the docker image:
``` ```
docker build -t your-org/mxisd:$(git describe --tags --always --dirty) . docker build -t your-org/mxisd:$(git describe --tags --always --dirty) .
``` ```