añade curso a docker

This commit is contained in:
trigkeyb
2025-02-02 10:35:09 +01:00
parent fac09f2368
commit e9773eacf2
2 changed files with 4 additions and 1 deletions

View File

@@ -25,4 +25,5 @@ sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
# añade el usuario curso al grupo docker
usermod -aG docker $USER