In this video video we are going to learn how to install docker in linux. We are using Ubunto distros.
Some Lengthy commands:
1. sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
2. curl -fsSL https://download.docker.com/linux/ubu... | sudo apt-key add -
3. sudo apt-key fingerprint 0EBFCD88
4. sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
.........................................................
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt install docker-ce
sudo docker run hello-world
=====================================================
Previous videos:
1. Asp.Net Core MVC Web App CRUD with EF Core
• Asp.Net Core MVC full CRUD operations...
2.How to deploy .net core website in linux
• How to deploy .net core website in li...
3. How to use SQL-Server with VS Code in Ubuntu.
• How to use SQL-Server with VS Code | ...
4. Asp.net core rest api tutorial in single video
• Asp.net core web API with EF Core | L...
-----------------------------------------------------------------------------
Like us on facebook -
/ code-arc-112783630467091
Thanks