摘要: #!/bin/bash docker run \ --name jm-es \ --restart=always \ -e "discovery.type=single-node" \ -e "cluster.name=jm-es" \ -p 9200:9200 \ -p 9300:9300 \ - 阅读全文
posted @ 2020-03-24 16:24 鸡毛巾 阅读(1649) 评论(1) 推荐(0) 编辑