Docker Installing on centos 7

Pubblicato il: 26 febbraio 2021
sul canale di: TechGeniusGuys
247
5

Install docker on centos 7

Step-1: Remove existing docker if you have install before on you host
yum remove docker docker-*

Step-2: Install yum utilities
yum install -y yum-utils

Step-3: Add Docker Repository
yum-config-manager --add-repo https://download.docker.com/linux/cen...

Step-4: Install Docker Engine
yum install docker-ce docker-ce-cli containerd.io

Step-5: Start and make permanent Docker Engine
systemctl start docker
systemctl enable docker

Test: Installing nginx from docker hub
docker run -d --name nginx -p 8080:80 nginx


In questa pagina del sito puoi guardare il video online Docker Installing on centos 7 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato TechGeniusGuys 26 febbraio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 247 volte e gli è piaciuto 5 spettatori. Buona visione!