#3 Docker Tutorial | Install Docker

Опубликовано: 20 Апрель 2020
на канале: 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


Смотрите видео #3 Docker Tutorial | Install Docker онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь One Minute Notes 20 Апрель 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 214 раз и оно понравилось 11 людям.