This video introduces containerization of Python Applications using Docker, an open-source platform that streamlines building, deploying, and running applications with a few powerful tools—like the Docker Engine, CLI, and Compose. We’ll explore the basics of Docker by setting up a simple FastAPI app, showing you how to package and launch it effortlessly in a lightweight container.
installing Docker on all platforms:
https://www.docker.com/get-started/
PLEASE DONATE TO THE CHANNEL THROUGH:
BUY ME A COFFEE:
https://buymeacoffee.com/jod35
PATREON:
https://www.patreon.com/jod35
You can also consider Becoming a member of this channel.
FOLLOW ME:
X:
https://x.com/jod35_
GITHUB:
http://github.com/jod35
TIMESTAMPS:
00:00:00 Intro
00:01:58 Application set Up
00:06:38 Creating a Dockerfile
00:19:56 Building an image from a Dockerfile
00:23:26 List Images
00:24:04 Run a container from the image
00:26:40 Check running processes
00:27:54 Stopping containers
00:28:57 Running commands in a container
00:30:48 Outro