___________________________________________________________________
Problem: How to run Docker without sudo on Ubuntu?
Solution:
Run the below command
sudo usermod -aG docker $USER
Logout and logback in
Source: Stackoverflow
___________________________________________________________________