#3 Docker Tutorial | Install Docker

Publicado em: 20 Abril 2020
no canal de: One Minute Notes
214
11

Docker playlist
   • Playlist  

Today we will learn :
How to install Docker on Windows

We will see:
Prerequisites
Install Docker
Troubleshooting tips
Validate installation

Uninstall Docker


Check Download Instruction
@ https://docs.docker.com/get-docker/



Steps For Instalaltion For Ubuntu:
1. Uninstall old version:
$ sudo apt-get remove docker docker-engine docker.io containerd runc
==================================

2. Set up the repository:
i. Update the apt package index and install packages to allow apt to use a repository over HTTPS:
$ sudo apt-get update
$ sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
-------------------------------------

ii. Add Docker’s official GPG key:

$ curl -fsSL https://download.docker.com/linux/ubu... | sudo apt-key add -
Verify that you now have the key with the fingerprint

$ sudo apt-key fingerprint 0EBFCD88
==========================================
3. set up the stable repository
$ sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
===================================================
4. install dockler engine
$ sudo apt-get install docker-ce docker-ce-cli containerd.io


Nesta página do site você pode assistir ao vídeo on-line #3 Docker Tutorial | Install Docker duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário One Minute Notes 20 Abril 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 214 vezes e gostou 11 espectadores. Boa visualização!