#3 Docker Tutorial | Install Docker

Veröffentlicht am: 20 April 2020
auf dem Kanal: 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


Auf dieser Seite können Sie das Online-Video #3 Docker Tutorial | Install Docker mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer One Minute Notes 20 April 2020 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 214 Mal angesehen und es wurde von 11 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!