# Elasticsearch 5.4 中文文档 + [在线阅读](https://elasticsearch.apachecn.org) + [在线阅读(Gitee)](https://apachecn.gitee.io/elasticsearch-doc-zh/) ## 下载 ### Docker ``` docker pull apachecn0/elasticsearch-doc-zh docker run -tid -p :80 apachecn0/elasticsearch-doc-zh # 访问 http://localhost:{port} 查看文档 ``` ### PYPI ``` pip install elasticsearch-doc-zh elasticsearch-doc-zh # 访问 http://localhost:{port} 查看文档 ``` ### NPM ``` npm install -g elasticsearch-doc-zh elasticsearch-doc-zh # 访问 http://localhost:{port} 查看文档 ```