This commit is contained in:
Luk Lu
2023-03-08 08:47:12 +08:00
parent 2d38dc0b68
commit e79356b310
12 changed files with 20 additions and 26 deletions

View File

@@ -12,5 +12,6 @@ else
fi
sudo usermod -aG docker $DOCKERUSER
sudo newgrp docker
sudo systemctl restart docker
groups $DOCKERUSER
newgrp docker # run as the docker group in the current shell