Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

start docker at boot

sudo systemctl enable docker.service
Comment

enable docker at boot

# To enable
sudo systemctl enable docker.service
sudo systemctl enable containerd.service

# To disable
sudo systemctl disable docker.service
sudo systemctl disable containerd.service
Comment

PREVIOUS NEXT
Code Example
Shell :: awk get index of matching substring 
Shell :: add or remove samba user 
Shell :: windows powershell as an admin 
Shell :: install elasticsearch ubuntu 20.04 
Shell :: tar file 
Shell :: how to restart apache2 in ubuntu 20.04 
Shell :: run tmux on startup 
Shell :: add github to windows credentials 
Shell :: visualize git tree branches in repo 
Shell :: svn show revision of remote url 
Shell :: powershell progress bar 
Shell :: node js nodemailer Error: Invalid login: 535-5.7.8 Username and Password not accepted. 
Shell :: copy file from local to s3 bucket aws cli 
Shell :: random in mac terminal 
Shell :: Git change branch from branch to main 
Shell :: git stash all changes 
Shell :: how to chmod to exec 
Shell :: chmod read only command in linux 
Shell :: cara uninstall di centos 7 
Shell :: all folder permissions terminal 
Shell :: fsl reg 
Shell :: brightness function not working problem in kali linux 
Shell :: set sublime text as git editor 
Shell :: apache version mac 
Shell :: wondershaper 
Shell :: git commit -m author identity unknown 
Shell :: add git submodule 
Shell :: nvm install latest node and keep global packages 
Shell :: ng2-charts 
Shell :: lsb release command centos 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =