tutum/elasticsearchSimple docker image to run an Elasticsearch server
To create the image tutum/elasticsearch, execute the following command on tutum-docker-influxdb folder:
docker build -t tutum/elasticsearch .
You can also pull the image from the registry:
docker pull tutum/elasticsearch
Start your image binding the external ports 9200 to your container:
docker run -d -p 9200:9200 tutum/elasticsearch
Now you can connect to Elasticsearch by:
curl 127.0.0.1:9200
Use environment variables ELASTICSEARCH_USER and ELASTICSEARCH_PASS to specify the username and password and activated HTTP basic authentication (HTTP basic auth is disabled by default):
docker run -d -p 9200:9200 -e ELASTICSEARCH_USER=admin -e ELASTICSEARCH_PASS=mypass tutum/elasticsearch
Now you can connect to Elasticsearch by:
curl admin:mypass@127.0.0.1:9200



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务