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 :: stop adb device 
Shell :: windows command turn off screen 
Shell :: count files in a directory 
Shell :: kali linux upgrade to new version 
Shell :: github minishell1 
Shell :: pygame install 
Shell :: certbot enable nginx renew 
Shell :: connect redis cli 
Shell :: zsh: command not found: nslookup 
Shell :: ubuntu check cuda version 
Shell :: windows check sum 
Shell :: list cron jobs for all users 
Shell :: git branch delete remote 
Shell :: Clean Up Migrations and Speed up Tests 
Shell :: django runserver no reload 
Shell :: php curl skip ssl verification 
Shell :: check disk space ubuntu 
Shell :: update manjaro system 
Shell :: zsh: no matches found: autoprefixer@^9 
Shell :: git diff with vimdiff 
Shell :: composer create-project symfony/website-skeleton 
Shell :: install pg module 
Shell :: how to untar a tar file 
Shell :: how to push code to github forcefully 
Shell :: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted 
Shell :: ubuntu command history 
Shell :: ubuntu echo create file 
Shell :: Exception: Error running pod install flutter on iod 
Shell :: upgrade notebook 
Shell :: connect to hidden network linux 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =