Dockerizing a Python Flask Application 🐳

Опубликовано: 30 Январь 2025
на канале: Tyrone Smith
31
0

In this video, I demonstrate how to dockerize a Python Flask web application, making it respond to HTTP requests on port 5000. I guide you through creating the Flask app, setting up a Dockerfile, and resolving errors encountered during the process.

00:00 Introduction to Dockerizing Python Flask App
10:24 Creating Dockerfile
17:21 Reviewing Dockerfile and Troubleshooting