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
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
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.