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 :: bash split string into array 
Shell :: git add except files 
Shell :: how to setup ubuntu for windows in visual studio code 
Shell :: nextcloud scan files 
Shell :: install composer on ubuntu 20.04 
Shell :: pip install osgeo 
Shell :: execute powershell script from command line with parameters 
Shell :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 
Shell :: how to install nginx on docker 
Shell :: powershell do while loop 
Shell :: batch file comment after command 
Shell :: bash loop foreach find 
Shell :: osx stop httpd 
Shell :: git add gitignore 
Shell :: export variable bash 
Shell :: como desfazer um git add . 
Shell :: chmod 777 command in linux 
Shell :: pass parameters to bash script 
Shell :: .gitignore 
Shell :: whereis alpine 
Shell :: prettier-plugin-tailwindcss 
Shell :: how to install react redux 
Shell :: refusing to exec crouton from noexec mount 
Shell :: docker-compose command multiple 
Shell :: wine command not found 
Shell :: linux check ssh connections 
Shell :: bash command to clean up log files in /var/log 
Shell :: windows start service 
Shell :: install mpdf laravel 
Shell :: grep and 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =