diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 68b2910a0..44043ef87 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -1,3 +1,9 @@ +# **DEPRECATED** + +This image is officially deprecated in favor of [the `elasticsearch` image provided by elastic.co](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html) which is available to pull via `docker.elastic.co/elasticsearch/elasticsearch:[version]` like `5.2.1`. This image will receive no further updates after 2017-06-20 (June 20, 2017). Please adjust your usage accordingly. + +Elastic provides open-source support for Elasticsearch via the [elastic/elasticsearch GitHub repository](https://github.com/elastic/elasticsearch) and the Docker image via the [elastic/elasticsearch-docker GitHub repository](https://github.com/elastic/elasticsearch-docker), as well as community support via its [forums](https://discuss.elastic.co/c/elasticsearch). + # Supported tags and respective `Dockerfile` links - [`5.2.1`, `5.2`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/77a24ba41ba04771ebffb070e815338c68bd7f1c/5/Dockerfile) diff --git a/kibana/README.md b/kibana/README.md index 6714e1a7a..11f18dba4 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -1,3 +1,9 @@ +# **DEPRECATED** + +This image is officially deprecated in favor of [the `kibana` image provided by elastic.co](https://www.elastic.co/guide/en/kibana/current/_pulling_the_image.html) which is available to pull via `docker.elastic.co/kibana/kibana:[version]` like `5.2.1`. This image will receive no further updates after 2017-06-20 (June 20, 2017). Please adjust your usage accordingly. + +Elastic provides open-source support for Kibana via the [elastic/kibana GitHub repository](https://github.com/elastic/kibana) and the Docker image via the [elastic/kibana-docker GitHub repository](https://github.com/elastic/kibana-docker), as well as community support via its [forums](https://discuss.elastic.co/c/kibana). + # Supported tags and respective `Dockerfile` links - [`5.2.1`, `5.2`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/kibana/blob/672eff5126aa9f5ec73635d41a19032fade90083/5/Dockerfile) diff --git a/logstash/README.md b/logstash/README.md index fc5aa6455..64f53aab4 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -1,3 +1,9 @@ +# **DEPRECATED** + +This image is officially deprecated in favor of [the `logstash` image provided by elastic.co](https://www.elastic.co/guide/en/logstash/current/docker.html) which is available to pull via `docker.elastic.co/logstash/logstash:[version]` like `5.2.1`. This image will receive no further updates after 2017-06-20 (June 20, 2017). Please adjust your usage accordingly. + +Elastic provides open-source support for Logstash via the [elastic/logstash GitHub repository](https://github.com/elastic/logstash) and the Docker image via the [elastic/logstash-docker GitHub repository](https://github.com/elastic/logstash-docker), as well as community support via its [forums](https://discuss.elastic.co/c/logstash). + # Supported tags and respective `Dockerfile` links - [`5.2.1`, `5.2`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/logstash/blob/8b6fc0025e4201cca3a35b0bd0c9e564371f9d5f/5/Dockerfile) diff --git a/vault/README.md b/vault/README.md index 509ee08c5..750436da2 100644 --- a/vault/README.md +++ b/vault/README.md @@ -48,12 +48,12 @@ This runs a completely in-memory Vault server, which is useful for development b When running in development mode, two additional options can be set via environment variables: - `VAULT_DEV_ROOT_TOKEN_ID`: This sets the ID of the initial generated root token to the given value -- `VAULT_DEV_LISTEN_ADDRESS`: This sets the IP:port of the development server listener +- `VAULT_DEV_LISTEN_ADDRESS`: This sets the IP:port of the development server listener (defaults to 0.0.0.0:8200) As an example: ```console -$ docker run --cap-add=IPC_LOCK -e 'VAULT_DEV_ROOT_TOKEN_ID=myroot' -e 'VAULT_DEV_LISTEN_ADDRESS=127.0.0.1:1234' vault +$ docker run --cap-add=IPC_LOCK -e 'VAULT_DEV_ROOT_TOKEN_ID=myroot' -e 'VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:1234' vault ``` ## Running Vault in Server Mode