mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-25 14:38:54 +00:00
Merge pull request #7 from kmiku7/master
Fix install commands on CentOS
This commit is contained in:
commit
b94178ee16
@ -10,7 +10,7 @@
|
||||
|
||||
centos7 直接通过系统命令安装:
|
||||
```
|
||||
yum install docker-io
|
||||
yum install docker
|
||||
```
|
||||
如果之前的系统中存在docker这个软件,最好先删除掉这个包。
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user