How to install Docker on Ubuntu

Published: 16 June 2021
on channel: Samarth Godase
51
0

Paste these commands in terminal
-------------------------------------------------------------------------------------------------------
sudo apt update
sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubu... | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt install docker-ce docker-ce-cli containerd.io
sudo docker container run hello-world
-----------------------------------------------------------------------------------------------------------


Watch video How to install Docker on Ubuntu online without registration, duration hours minute second in high quality. This video was added by user Samarth Godase 16 June 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 51 once and liked it 0 people.