OPERATING SYSTEMSOS Linux

Docker tutorial – Install Docker on Ubuntu fast

Docker tutorial | Docker explained | Docker installation

How to install Docker on Ubuntu 20.04.

#docker #dockertutorial #anmalkov #ubuntu

💻 Commands to setup Docker repository:
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add –
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable”

💻 Commands to install Docker on Ubuntu:
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo docker run hello-world

⏰ Timestamps
0:00 – Introduction
0:36 – How to install Docker on Linux
1:42 – Setup Docker repository on Ubuntu Linux
6:51 – Install Docker on Ubuntu Linux
8:26 – Wrapping up

🔗 Links
https://docker.com
https://docs.docker.com/engine/install/

👋 Connect with me
My blog https://www.anmalkov.com
Twitter https://twitter.com/anmalkov
LinkedIn https://www.linkedin.com/in/anmalkov/
Instagram https://www.instagram.com/an_malkov/
Facebook https://www.facebook.com/an.malkov.m

🚀 Explore more
wsl2 – Install Ubuntu on Windows 10 fast with Windows Terminal 👉🏼 https://youtu.be/tqE9zcA8L3U
CI workflow in GitHub Actions with Buildah 👉🏼 https://youtu.be/1V33vGXaVQo
Migration from Docker to Buildah and Podman 👉🏼 https://youtu.be/Fl0iLoAMdzc
Native approach to build a container image with Buildah 👉🏼 https://youtu.be/CLhzNZ9ZavQ
Push an image to Docker Hub and GitHub packages using Buildah 👉🏼 https://youtu.be/DxCSsHJlum

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *