5 Upgrading the Docker Engine

Опубликовано: 16 Февраль 2026
на канале: Jyothi IT Solutions
915
5

Hi welcome to my channel “Jyothi IT Solution”
*****************************************
Hi friends here is my new video…hope you liked my videos…please subscribe my channel and support me


#jyothiitsolutions #unixacademy
#devops #aws #linux #unix #unixacademydevops #jyothiitsolutionsdevops #jyothiitsolutionsaws #jyothiitsolutionsjenkins #jyothiitsolutionskubernetes #unixacademykubernetes #unixacademygit #jyothiitsolutionsdocker #jyothiitsolutionsansible #jyothiitsolutionslinux #jyothiitsolutionsunixcommads #jyothiitsolutionspython #jyothiitsolutionsazure #unixacademypython #unixacademydocker #unitacademy #jyothiitsolutionsgcp #jyothiitsolutionslinuxinterviewquestions #jyothiitsolutionsvideos
#intelugu #aws #linux #unix #ansible #jenkins #docker #kubernetes #python #redhatlinux #inaws #indevpos
#linuxinterviewquestions #devopsinterviewquestions #awsinterviewquestions
#inpython #aure

Do subscribe for more videos:
YouTube:    / jyothiitsolutions  

   / @jyothiitsolutions  

Thanks
Jyothi Upgrading the Docker Engine

1.Downgrade to a previous version:
i. sudo systemctl stop docker
ii. sudo apt-get remove -y docker-ce docker-ce-cli
iii. sudo apt-get update
iv. sudo apt-get install -y docker-ce=5:18.09.4~3-0~ubuntu-bionic docker-ce-cli=5:18.09.4~3-0~ubuntu-bionic
v.docker version
2.Upgrade to a new version:
i. sudo apt-get install -y docker-ce=5:18.09.5~3-0~ubuntu-bionic docker-ce-cli=5:18.09.5~3-0~ubuntu-bionic
ii. docker version