Merge branch 'tgermain-patch-1'

* tgermain-patch-1:
  kibana documentation : environnement variable

Closes #273
This commit is contained in:
Tianon Gravi 2015-07-09 13:41:24 -07:00
commit 1d854f8db7
1 changed files with 4 additions and 0 deletions

View File

@ -22,4 +22,8 @@ This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide
docker run --name some-%%REPO%% --link some-elasticsearch:elasticsearch -p 5601:5601 -d %%REPO%%
You can also provide the address of elasticsearch via `ELASTICSEARCH_URL` environnement variable:
docker run --name some-kibana -e ELASTICSEARCH_URL=http://some-elasticsearch:9200 -p 5601:5601 -d kibana
Then, access it via `http://localhost:5601` or `http://host-ip:5601` in a browser.