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
Post a Comment