Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to add docker to sudo group

sudo groupadd docker
sudo usermod -aG docker $USER
Comment

add user to docker group so you dont have to use sudo with docker commands

sudo usermod -aG docker $USER
sudo reboot
Comment

PREVIOUS NEXT
Code Example
Shell :: install netstat ubuntu 
Shell :: ubuntu apt-get update without input 
Shell :: git pull with submodules 
Shell :: linux set date timezone 
Shell :: AppImages require FUSE to run. 
Shell :: install redis on mac pro 
Shell :: ubuntu remove temp files 
Shell :: dns flush command 
Shell :: find php.ini ubuntu 
Shell :: uninstall pytorch 
Shell :: write a bash program to print a given number in reverse order 
Shell :: uninstall imagemagick ubuntu 
Shell :: updated gitignore not working 
Shell :: install beautifulsoup windows 
Shell :: get my ssh key 
Shell :: install ninja ubuntu 
Shell :: how check status docker in ubuntu 
Shell :: conda install nodejs 
Shell :: install pandas conda 
Shell :: check battery health windows 
Shell :: docker-compose force rebuild 
Shell :: install gd extension php ubuntu 
Shell :: bash get current ip 
Shell :: how to uninstall pycharm community edition in ubutu 
Shell :: pip requirements export 
Shell :: git config location 
Shell :: install python3-pip ubuntu 
Shell :: conda pyinstaller 
Shell :: scikit-learn install 
Shell :: check services running on port linux 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =