码迷,mamicode.com
首页 > 其他好文 > 详细

docker安装elasticsearch

时间:2020-03-31 17:14:46      阅读:57      评论:0      收藏:0      [点我收藏+]

标签:pre   type   discover   nod   elastic   arch   ast   clu   usr   

docker run -p 9200:9200 -p 9300:9300 --name elasticsearch -e "discovery.type=single-node" -e "cluster.name=elasticsearch" -v /opt/docker/elasticsearch/plugins:/usr/share/elasticsearch/plugins -v /opt/docker/elasticsearch/data:/usr/share/elasticsearch/data -d elasticsearch:7.6.1

 

docker安装elasticsearch

标签:pre   type   discover   nod   elastic   arch   ast   clu   usr   

原文地址:https://www.cnblogs.com/fangts/p/12606361.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!