mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Update docker and fix #256
This commit is contained in:
parent
ae12a85a1a
commit
6ca2d518a3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user