Update docker and fix #256

This commit is contained in:
Gamer4life 2020-11-10 09:37:30 -08:00 committed by GitHub
parent ae12a85a1a
commit 6ca2d518a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,14 @@ We will first begin by installing all of Wings' [required](/wings/1.0/installing
```bash
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum remove docker-ce docker-ce-cli containerd.io
yum install -y docker-ce
yum install -y https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.6-3.3.el7.x86_64.rpm
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install -y docker-ce docker-ce-cli
systemctl enable docker
systemctl start docker