Docker is a powerful tool that allows developers to set up environments quickly, configure complex systems and servers easily, and deploy software reliably, yet it is also a source of great confusion. In this video, we will get a look at what Docker is, how it works, and how to use it in our development tasks. Once you get used to how Docker works, it will become a valuable part of your development process.
Source Code: https://leadmagnets.app/?Resource=IntroToDocker
Mailing List: https://signup.iamtimcorey.com/
Docker Course: https://www.iamtimcorey.com/p/getting-started-with-docker
Docker Desktop: https://www.docker.com/products/docker-desktop
Windows 10 Home Docker: https://docs.docker.com/docker-for-windows/install-windows-home/
Docker Hub: https://hub.docker.com/search?type=image
00:00 Introduction
17:18 Setting up a sample server application
22:55 DOC Hub and Creating Docker Image
33:10 Docker Image History
36:40 Running the created Image
41:58 Docker PS - To list Containers
54:51 Running External Images