From 5dc2da61155b7ba9c836ec59e5bdb3dd174ce02d Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 29 Aug 2025 15:17:52 -0600 Subject: [PATCH] Update Servers/Networking/VPN/Netbird.md --- Servers/Networking/VPN/Netbird.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Servers/Networking/VPN/Netbird.md b/Servers/Networking/VPN/Netbird.md index bf7f820..596e9b9 100644 --- a/Servers/Networking/VPN/Netbird.md +++ b/Servers/Networking/VPN/Netbird.md @@ -16,7 +16,6 @@ sudo dnf update -y 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 docker-compose-plugin jq sudo systemctl enable docker --now -sudo yum install jq docker.io docker-compose curl # Configure normal user to have docker privileges sudo usermod -aG docker nicole