Corrected the group name from sudo to docker.
This commit is contained in:
@@ -37,7 +37,7 @@ sudo apt-get docker-buildx -y
|
|||||||
|
|
||||||
Add your user to the docker group and login again:
|
Add your user to the docker group and login again:
|
||||||
```bash
|
```bash
|
||||||
sudo usermod -aG sudo $USER && sudo su - $USER
|
sudo usermod -aG docker $USER && sudo su - $USER
|
||||||
```
|
```
|
||||||
|
|
||||||
This will download & execute the `setup.sh` script.
|
This will download & execute the `setup.sh` script.
|
||||||
|
|||||||
Reference in New Issue
Block a user