1

This error persist even when my user is already in the docker group.

I added my user like this:

$ sudo usermod -a -G docker $USER

1 Answers1

0

Try this

sudo groupadd docker

And then this

$ sudo usermod -aG docker $USER

And then this

$ newgrp docker

If you are still having the issue, just restart your computer, especially when you are using zsh.