Added sudo usermod -aG docker $USER

This commit is contained in:
2025-03-20 06:35:03 +03:00
parent 7a3ed701d1
commit a9f39da9cb

View File

@@ -13,6 +13,11 @@ Install required dependencies:
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install wget git docker.io -y sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install wget git docker.io -y
``` ```
Add your user to the docker group:
```bash
sudo usermod -aG docker $USER
```
Run the setup script: Run the setup script:
```bash ```bash