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
Watch video #3 Docker Tutorial | Install Docker online without registration, duration hours minute second in high quality. This video was added by user One Minute Notes 20 April 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 214 once and liked it 11 people.