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
En esta página del sitio puede ver el video en línea #3 Docker Tutorial | Install Docker de Duración hora minuto segunda en buena calidad , que subió el usuario One Minute Notes 20 abril 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 214 veces y le gustó 11 a los espectadores. Disfruta viendo!