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
df5a6b28
Commit
df5a6b28
authored
Jun 05, 2019
by
macro
Browse files
Update docker-deploy.md
parent
00db01bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
document/docker/docker-deploy.md
View file @
df5a6b28
...
...
@@ -14,7 +14,7 @@ https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce
4.
启动docker:
systemctl start docker
注:常见命令见
macro/spring-cloud-demo
中的docker.md
注:常见命令见
document/reference文件夹
中的docker.md
5.
安装上传下载插件:
yum -y install lrzsz
### docker compose安装
...
...
@@ -25,7 +25,7 @@ yum -y install lrzsz
## mysql安装
### 下载镜像文件
docker pull mysql:5.7
docker pull mysql:5.7
### 创建实例并启动
docker run -p 3306:3306 --name mysql
\
-v /mydata/mysql/log:/var/log/mysql
\
...
...
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