Docker Configuration

DOCKER INSTALLION PROCESS 

step1- sudo apt-get update
step2- sudo apt-get remove docker docker-engine docker.io
step3- sudo apt install docker.io
Step 4: Start and Automate Docker

The Docker service needs to be setup to run at startup. To do so, type in each command followed by enter:
sudo systemctl start docker
sudo systemctl enable docker

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

create a CRUD web application with Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library