Docker Desktop installation on Ubuntu 22.04 | Docker Installation | How to Install Docker in Ubuntu

Опубликовано: 04 Октябрь 2024
на канале: Technology Crunch
349
11

‪@technologycrunch‬
#docker
#ubuntu
#learning



********* Install Docker CE Edition *********
1. sudo apt-get update
2. sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
3. curl -fsSL https://download.docker.com/linux/ubu... | sudo apt-key add -
4. sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
5. sudo apt-get update
6. sudo apt-get install docker-ce
7. docker version