Update Servers/Networking/VPN/Netbird.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
This commit is contained in:
@@ -11,12 +11,11 @@ You need to install a few things before we can begin with the deployment of Netb
|
|||||||
Run all of the commands below as a normal user, do not use `sudo su` when deploying Netbird.
|
Run all of the commands below as a normal user, do not use `sudo su` when deploying Netbird.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Install necessary packages
|
# Update system & install necessary packages
|
||||||
sudo dnf check-update
|
sudo dnf update -y
|
||||||
sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||||||
sudo dnf install -y docker-ce docker-ce-cli containerd.io
|
sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin jq
|
||||||
sudo systemctl start docker
|
sudo systemctl enable docker --now
|
||||||
sudo systemctl enable docker #
|
|
||||||
sudo yum install jq docker.io docker-compose curl
|
sudo yum install jq docker.io docker-compose curl
|
||||||
|
|
||||||
# Configure normal user to have docker privileges
|
# Configure normal user to have docker privileges
|
||||||
|
Reference in New Issue
Block a user