document exposed ports

This commit is contained in:
Max Beatty 2015-04-18 21:56:47 -07:00
parent b1bbd39a36
commit 82976e46ac
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ This image comes with a default set of configuration files for `elasticsearch`,
This image is configured with a volume at `/usr/share/elasticsearch/data` to hold the persisted index data. Use that path if you would like to keep the data in a mounted volume: This image is configured with a volume at `/usr/share/elasticsearch/data` to hold the persisted index data. Use that path if you would like to keep the data in a mounted volume:
docker run -d -v "$PWD/esdata":/usr/share/elasticsearch/data elasticsearch docker run -d -v "$PWD/esdata":/usr/share/elasticsearch/data elasticsearch
This image includes `EXPOSE 9200 9300` ([default `http.port`](http://www.elastic.co/guide/en/elasticsearch/reference/1.5/modules-http.html)), so standard container linking will make it automatically available to the linked containers.
# License # License