mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 09:17:40 -06:00
Clean up wings guides a bit
This commit is contained in:
parent
dfba644907
commit
02ca369777
@ -13,28 +13,28 @@ We will first begin by installing all of Wings' [required](/wings/1.0/installing
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
## Install yum tools
|
||||
yum install -y yum-utils device-mapper-persistent-data lvm2
|
||||
|
||||
sudo yum remove docker-ce docker-ce-cli containerd.io
|
||||
## Add the docker repo
|
||||
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||||
|
||||
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
|
||||
## Install docker
|
||||
yum install -y docker-ce docker-ce-cli
|
||||
|
||||
## Enable docker service
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
```
|
||||
|
||||
### Server Ports
|
||||
### FirewallD Changes
|
||||
```bash
|
||||
firewall-cmd --add-port 8080/tcp --permanent
|
||||
firewall-cmd --add-port 2022/tcp --permanent
|
||||
firewall-cmd --permanent --zone=trusted --change-interface=docker0
|
||||
firewall-cmd --zone=trusted --add-masquerade --permanent
|
||||
firewall-cmd --reload
|
||||
```
|
||||
|
||||
## Installing the Wings
|
||||
## Installing Wings
|
||||
Great, now all of the dependencies and firewall rules have been dealt with. From here follow the [official Wings installation documentation](/wings/1.0/installing.md#installing-wings-1).
|
||||
|
||||
@ -13,17 +13,21 @@ We will first begin by installing all of the Wings' [required](/wings/1.0/instal
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
## Install yum tools
|
||||
dnf install -y dnf-utils device-mapper-persistent-data lvm2
|
||||
|
||||
## Add the docker repo
|
||||
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
|
||||
|
||||
## Install docker
|
||||
dnf install -y docker-ce --nobest
|
||||
|
||||
## Enable docker service
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
```
|
||||
|
||||
### FirewallD changes
|
||||
### FirewallD Changes
|
||||
```bash
|
||||
firewall-cmd --add-port 8080/tcp --permanent
|
||||
firewall-cmd --add-port 2022/tcp --permanent
|
||||
@ -32,5 +36,5 @@ firewall-cmd --zone=trusted --add-masquerade --permanent
|
||||
firewall-cmd --reload
|
||||
```
|
||||
|
||||
## Installing the Wings
|
||||
## Installing Wings
|
||||
Great, now all of the dependencies and firewall rules have been dealt with. From here follow the [official Wings installation documentation](/wings/1.0/installing.md#installing-wings-1).
|
||||
|
||||
@ -26,9 +26,10 @@ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(
|
||||
apt update -y
|
||||
apt install -y docker-ce
|
||||
|
||||
## Enable docker service
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
```
|
||||
|
||||
## Installing the Wings
|
||||
## Installing Wings
|
||||
Great, now all of the dependencies have been dealt with. From here follow the [official Wings installation documentation](/wings/1.0/installing.md#installing-wings-1).
|
||||
|
||||
@ -26,9 +26,10 @@ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(
|
||||
apt update -y
|
||||
apt install -y docker-ce
|
||||
|
||||
## Enable docker service
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
```
|
||||
|
||||
## Installing the Wings
|
||||
## Installing Wings
|
||||
Great, now all of the dependencies have been dealt with. From here follow the [official Wings installation documentation](/wings/1.0/installing.md#installing-wings-2).
|
||||
|
||||
@ -13,11 +13,13 @@ We will first begin by installing all of Wings' [required](/wings/1.0/installing
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
## Install docker
|
||||
apt install -y docker.io
|
||||
|
||||
## Enable docker service
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
```
|
||||
|
||||
## Installing the Wings
|
||||
Great, now all of the dependencies and firewall rules have been dealt with. From here follow the [official Wings installation documentation](/wings/1.0/installing.md#installing-wings-1).
|
||||
## Installing Wings
|
||||
Great, now all of the dependencies and firewall rules have been dealt with. From here follow the [official Wings installation documentation](/wings/1.0/installing.md#installing-wings-1).
|
||||
@ -13,11 +13,13 @@ We will first begin by installing all of Wings' [required](/wings/1.0/installing
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
## Install docker
|
||||
apt install -y docker.io
|
||||
|
||||
## Enable docker service
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
```
|
||||
|
||||
## Installing the Wings
|
||||
## Installing Wings
|
||||
Great, now all of the dependencies and firewall rules have been dealt with. From here follow the [official Wings installation documentation](/wings/installing.md#installing-wings-2).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user