Running docker commands without sudo
Steps to run docker commands without sudo on Linux
January 30, 2018
-
1 minute read
-
1. Create a docker group if it doesn’t exist
2. Add the current user to the docker group
3. Restart the docker deamon
4. Optionally, check you can run docker without sudo
Source