Published
- 1 min read
how add access user to docker linux
The solution for this is noted below
how add access user to docker linux
Solution
sudo usermod -aG docker $USER # then logout and login
Try other methods by searching on the site. That is if this doesn’t work