Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
f753a544
Commit
f753a544
authored
Mar 26, 2019
by
macro
Browse files
Update docker-deploy.md
parent
9fa08bf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
document/docker/docker-deploy.md
View file @
f753a544
...
...
@@ -85,12 +85,12 @@ rabbitmq:management
## elasticsearch安装
### 下载镜像文件
docker pull elasticsearch:6.
2.2
docker pull elasticsearch:6.
4.0
### 创建实例并运行
docker run -p 9200:9200 -p 9300:9300 --name elasticsearch
\
-v /mydata/elasticsearch/plugins:/usr/share/elasticsearch/plugins
\
-v /mydata/elasticsearch/data:/usr/share/elasticsearch/data
\
-d elasticsearch:6.
2.2
-d elasticsearch:6.
4.0
### 测试
访问会返回版本信息:http://192.168.1.66:9200/
### 安装目录位置
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment