Linux serverNETWORK ADMINISTRATIONS

Docker Tutorial for Beginners in Hindi Installation of Docker on linux

Docker introduction in hindi and installation on linux,

Command For Installation on Centos linux

docker website – https://docs.docker.com/engine/install/centos/

1. yum-config-manager –add-repo https://download.docker.com/linux/centos/docker-ce.repo

2. yum install docker-ce docker-ce-cli containerd.io -y

3. systemctl start docker

4. systemctl enable docker

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *