How to Install Docker in Linux | Install docker without Internet offline mode | Hindi / Urdu

Subscribers:
1,490
Published on ● Video Link: https://www.youtube.com/watch?v=ulLf7zhpZBI



Category:
Tutorial
Duration: 10:30
579 views
7


How to install docker container in offline mode?
#docker #install #dockertraining
GITHUB REPO : https://github.com/talhayameen/docker-installation

This repo is for installing docker offline in linux

#1- CLone this repo git clone https://github.com/talhayameen/docker-installation.git

#2 goto folder docker-installation cd docker-installation

#3 Either you can unpackage each file of .deb OR you can unpackage all at once.

Note: Use sudo with dpkg command so that docker will be installed in root directory with proper rights.

sudo dpkg -i containerd.io_1.4.9-1_amd64.deb sudo dpkg -i docker-ce_20.10.8_3-0_ubuntu-focal_amd64.deb sudo dpkg -i docker-ce-cli_20.10.8_3-0_ubuntu-focal_amd64.deb

OR unpack all by one command

sudo dpkg -i *.deb

Now docker has been installed , You can check,

docker -v

Now time to install docker-compose

#4 Copy docker-compose file to /usr/local/bin/ cp docker-compose /usr/local/bin/

#5 Give executeable permissions to docker-compose file sudo chmod +x /usr/local/bin/docker-compose

Now docker-compose has been installed , You can check, docker-compose -v







Tags:
docker tutorial for beginners
docker basic
learn docker
docker course
docker online course
learn devops
learn docker online
dockerbasiccommands
devopstools
dockerforbeginners
devopstraining
dockertutorials
dockerfordevops
windows 10
docker on ubuntu
docker without internet
no internet install dokcer
docker package install
install docker shortly
docker installation
docker installation in ubuntu 16.04
install docker in linux
docker in linux
install docker