Containerizing Python web apps with Docker, Flask, Nginx & uWSGI

preview_player
Показать описание

In this video, we'll be building a basic Flask web application using Docker, Nginx and uWSGI, along with learning some of the basic concepts of Docker and Docker compose

Рекомендации по теме
Комментарии
Автор

This is GREAT. You have explained what a developer would actually do step by step to get an app to containerization and production. I can now containerize my applications logically and simply in a very structured manner. THANK YOU! I will now watch the rest of your videos. Really appreciate your work here. Please keep sharing.

juansidberry
Автор

This is what you do to get new subscribers. Wish everyone would keep this level of quality of videos. Really like your content

davidmakowka
Автор

nothing to say, except mind-blowing content and teaching style. I try to find this for weeks, at last, got it. keep it up, man.

subhadippahari
Автор

Hello there, great videos (saw the entire series), definetely underrated channel. Keep it up bro.

acortis
Автор

Such an amazing video! just spent 3 hrs banging my head against the wall with apache and I love this process!

felixmeyer
Автор

17:50 "Building an image" was actually correct. You first build an image and then create and run a container based on that image.
Great tutorial. Thank you Julian

davidpaez_co
Автор

Very awesome tutorial!! I have checked over many online docs or videos regarding dockerizing the flask & nginx application. Yours is by far the most easy-to-follow and clearly structured one. Thanks!

ericli
Автор

Best Docker & Flask tutorial I've found! Thanks dude :D

SamAndrew
Автор

on par with the legend Corey Schafer here. Really helped me nail the overall idea and implementation of docker-compose. Will be donating to you once I get a job lol

hotharvey
Автор

I subscribed because you are criminally under-subbed. Excellent tutorial.

danielstadler
Автор

I really like how you kept it basic, and EXPLAINED the basics. Well done!

bostevens
Автор

This was a very useful video. It got me up and running in docker and docker-compose. Thank you for sharing Julian.

golfstallion
Автор

Best tutorial video I've watched on these subjects. thank you for that.

DorZ
Автор

Thanks Julian, I watch once and then another time your videos, it help me so much with because they are very informative and fundamentals, I tried to run this example and I found an issue with uwsgi installation in python3.8, after read many blogs finally found a workaround, we can install the module pyuwsgi, please continue with your videos

dannisisgt
Автор

Amazing tutorial. To the point, without making it sound too complicated.

houmie
Автор

Brilliant series of videos. I certainly wish I’d found them earlier! Thanks very much.

sainbayarbattur
Автор

hey thanks for the tutorial. i was running into issues with my project and looked at a couple of step by step instructions and yours really stands out as the best.

experimental_av
Автор

Thanks for this great tutorial! - Straight forward in a good speed. Solved some of my issues with docker/flask

jussivisapaa
Автор

cant seem to get UsWGI installed. Im on windows 10. feel like I am something simple. any help is appreciated

danieldecasse
Автор

You could link a local volume instead so you don’t have to rebuild the container on every change, simply refresh

gargantuan