mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-14 10:21:47 +00:00
Update install
This commit is contained in:
@@ -12,9 +12,15 @@ Docker CE 支持 64 位版本 CentOS 7,并且要求内核版本不低于 3.10
|
||||
|
||||
```bash
|
||||
$ sudo yum remove docker \
|
||||
docker-common \
|
||||
docker-selinux \
|
||||
docker-engine
|
||||
docker-client \
|
||||
docker-client-latest \
|
||||
docker-common \
|
||||
docker-latest \
|
||||
docker-latest-logrotate \
|
||||
docker-logrotate \
|
||||
docker-selinux \
|
||||
docker-engine-selinux \
|
||||
docker-engine
|
||||
```
|
||||
|
||||
### 使用 yum 安装
|
||||
|
Reference in New Issue
Block a user