Horje
write command docker without need write sudo Code Example
make docker sudo less
$ sudo groupadd docker
$ sudo usermod -aG docker $USER
$ newgrp docker 
write command docker without need write sudo
#for write command docker without need write sudo  #add all command in your terminal
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker 




Shell

Related
linux command how much ram Code Example linux command how much ram Code Example
deny directory listing htaccess Code Example deny directory listing htaccess Code Example
ubuntu no bluetooth found Code Example ubuntu no bluetooth found Code Example
ssh-add could not open a connection to your authentication agent centos Code Example ssh-add could not open a connection to your authentication agent centos Code Example
ffmpeg shrink video size Code Example ffmpeg shrink video size Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14