2022年4月12日
摘要: Docker部署 ES Kibana Run Elasticsearch: $ docker run -d --name elasticsearch --net somenetwork -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" 阅读全文
posted @ 2022-04-12 01:08 helontian 阅读(190) 评论(0) 推荐(0)