Fix install commands on CentOS

pull/7/head
kmiku7 2014-09-21 02:15:13 +08:00
parent f4dc2303f6
commit 4567e7e6f7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
centos7 直接通过系统命令安装:
```
yum install docker-io
yum install docker
```
如果之前的系统中存在docker这个软件最好先删除掉这个包。
```