Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add user to docker group

sudo usermod -aG docker $USER
sudo rm -fr /var/run/docker.sock && sudo reboot
Comment

add user to docker group

sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker 
Comment

add user to docker group

 sudo gpasswd -a $USER docker
Comment

add user to docker group

sudo usermod -a -G docker username
Comment

Adding local user to Docker group

$ sudo usermod -aG docker pkumar
Comment

Add user to docker group

sudo groupadd docker
Comment

Add user to docker group

sudo groupadd docker
Comment

PREVIOUS NEXT
Code Example
Shell :: make file powershell 
Shell :: restart ssl ubuntu 
Shell :: Run C# script on linux terminal 
Shell :: react native ubuntu 20.04 
Shell :: docker-compose build context tag own name 
Shell :: how to install nvm in ubuntu 18.04 
Shell :: [INS-30131] Initial setup required for the execution of installer validations failed. 
Shell :: find exclude specific file 
Shell :: git remove files from old commits 
Shell :: how to start cron job 
Shell :: installing redis on mac 
Shell :: ssh command delete file 
Shell :: npm install --save-dev @angular/cli@latest 
Shell :: linux show all group members 
Shell :: how to delete command from terminal history 
Shell :: Adding local user to Docker group 
Shell :: bash random int 
Shell :: bash replace string 
Shell :: curl download file without output 
Shell :: interesting bash scripts 
Shell :: kill k3s 
Shell :: push with token github 
Shell :: install composer 
Shell :: Updating Packages in WSL 
Shell :: search package linux 
Shell :: git commit single file 
Shell :: gh ubuntu 
Shell :: github actions set ssh key 
Shell :: ionic change app icon 
Shell :: git delete remote branch 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =