Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 378 Bytes

Desc

Based on centos7.1, the single-point elasticsearch5.4.3 and Chinese word breaker are built. The external ports are 9200 and 9300.

Pull images

docker pull registry.cn-hangzhou.aliyuncs.com/ranzechen/elasticsearch5.4.3:latest

Run command

docker run -itd --net=host --name elasticsearch5.4.3 -p 9200:9200 -p 9300:9300 ranzechen/elasticsearch5.4.3:latest