How to build docker image for python flask app

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

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

My god, I spent half my day bashing my brains against a wall. Turns out I was doing this part right, but I had nginx running on my box that was grabbing all the port 80 traffic and not forwarding it to the docker container. But your video put me on the right track. Thank you for the sanity check.

mbeecher
Автор

This was awesome!!! Now I'm gonna check how os images are done. Thanks hitesh

bad_byte
Автор

The last time I saw you wearing a cap was back in 2016.
I am having a nostalgic feeling now 😄

manish-mk
Автор

I'm also one of those who opens google using google :D

Thanks for the tutorial!

avalancherune
Автор

thank you so much for your clear explananation
I am looking into learning docker and your video was very helpful
this would be a great start and I will continue watching your videos

alirzana
Автор

you are very cool sir ❤, and how you taught is always amazed me

yasirali
Автор

This really awesome, Can you create tutorial build docker for flask app and mysql ?

playcodeacm
Автор

They all rave about dockers has all bells and whistles, however i dont understand is how do you make it to an actual file? If it is in a container it will remain in a container. I know you can share the tar file without using docker hub. For example if i make a simple exe file of a calculator using python, i will need to share the image (which makes sense). But how do i share the end product (exe file)?

AKKJ
Автор

I watched your video and followed along but I could not access my container, so I changed my docker run command to "docker container run -d -p 3005:5000 flask_app:latest" and now it works

bengraham
Автор

I deployed 4 docker container and other services for spring boot microservices to AWS and forgot to stop 😅. After a month the bill was of 4000 rs 😳. But I talked and they waved off my bill 😇.

pixiedev
Автор

can you do tutorial on streamlit framework ?

jeekakrishna
Автор

hi! thanks for sharing! may I ask what extension gives you the hints in vscode terminal?

gabormagyar
Автор

Hi please make a video on running Clickhouse as a docker

ahinfencer
Автор

Hi, how would you do local development with docker. Every time you make a change do you need to create an image out of it and create its container and test it? That sounds very tedious. Also, how would you run the flask app without having python installed locally.

cfpygny
Автор

15:05 While pushing docker image to docker hub, **we need to be logged in to docker desktop**.

baburamchaudhary
Автор

Do online judges like leetcode also built in this way ?

trialaccount
Автор

I'm new to web development. Could someone explain why we would need to run a flask app in docker? Is it like we create a docker image for each user that logs into our website? Thanks

kulasekhar
Автор

After stop what is numeric value u are giving of

Ankitha_shriram
Автор

this whole video is going to be different if it weren't for just localhost, but also real domain with apache / nginx

abdullahsaid
Автор

cant able to open in browser localhost:4000

Abhishek_Bhosale-Devops