Python Flask application in a Docker container (Mac OS X)

preview_player
Показать описание
In this video I start with a simple Python Flask application and show how to

1) Write a Dockerfile
2) Build docker image
3) Start running a docker container based off the image

In the end we have a Flask application running in the docker container.
Рекомендации по теме
Комментарии
Автор

This is great, build my first container and ready to deploy my app. You made it look pretty easy :). Can't believe I was going to deploy on an actual machine, now I can just pop this onto my Synology

dinesht
Автор

Great video! Thanks for kick starting my Flask/Docker learning.

mrpenguinsir
Автор

You never went over the requirements.txt file, any chance you can upload that?

ManDanners
Автор

I have this exact setup but whenever I run my docker container it says it cant find the modules, specifically Flask. Why is this?

elmonster
Автор

Useful video. Would be nice to have access to the project files in github.

EricPalmer_DaddyOh