make docker sudo less

Shell
$ sudo groupadd docker
$ sudo usermod -aG docker $USER
$ newgrp docker 
Source

Also in Shell: