OPERATING SYSTEMSOS Linux

2- Docker installation on Linux(Ubuntu) in Hindi Full Setup #docker #cloud #linux #viral #aws

##commands for docker installations on ubuntu##
1- sudo apt update -y

2- sudo apt install -y
apt-transport-https
ca-certificates
curl
gnupg
lsb-release

3- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg –dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

## for this command in the end there is subsitution of angle bracket that is subsituted with &gt before /dev/null/ please make sure when you fire this command replace that &gt with greater sign angled bracket.. Thanks

4- echo “deb [signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu focal stable” | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

5- sudo apt update

6 – sudo apt install -y docker-ce

source

ubuntu