This commit is contained in:
Cosmin Cojocar 2018-03-15 13:52:36 +01:00
Родитель a3be00adc5
Коммит e7d063b596
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ elasticlicense install -license-file=license.json -host=<ELASTICSEARCH-HOST> -po
or run the tool in a docker container:
```bash
docker run --rm -v ${PWD}:/config -t docker.io/cosmincojocar/elasticlicense install -license-file=/config/license.json \
docker run --rm -v ${PWD}:/config -t docker.io/mse/elasticlicense install -license-file=/config/license.json \
-host=<ELASTICSEARCH-HOST> -port=<ELASTICSEARCH-PORT> -auth-file=/config/auth-file.json
```