Merge pull request #7 from kmiku7/master

Fix install commands on CentOS
pull/8/head
Baohua Yang 2014-09-20 21:44:18 +08:00
commit b94178ee16
1 changed files with 1 additions and 1 deletions

View File

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