Using Docker without sudo
Using Docker without sudo
Add current user to the “docker” group:
sudo usermod -aG docker ${USER}
Create a new shell or open new terminal for the change to take effect.
This post is licensed under
CC BY 4.0
by the author.