Тёмный
No video :(

How to build docker image for python flask app 

Hitesh Choudhary
Подписаться 934 тыс.
Просмотров 91 тыс.
50% 1

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:
chaicode.com/
You can find our discord link, github link etc on the above website.
Twitter/X link: x.com/hiteshdo...
Discord link: hitesh.ai/discord
Learn React with 10 projects: • Let's learn react from...
Learn Docker: • A practical guide on D...
Learn Kubernetes: • Complete Kubernetes Co...
How does a browser works: • How does a browser wor...
How nodejs works: • How node JS works | En...
Learn Redux-toolkit: • Learn Redux Toolkit in...
Learn NextJS: • Nextjs Full stack course
Learn Typescript: • Why to learn Typescript
Learn Javascript: • Welcome to new JavaScr...
Learn React Native: • React Native Mastery: ...
Learn Zustand: • React state management...
Learn Golang: • How to get started wit...

Опубликовано:

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@mbeecher9921
@mbeecher9921 3 месяца назад
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.
@avalancherune2951
@avalancherune2951 Год назад
I'm also one of those who opens google using google :D Thanks for the tutorial!
@manish-mk
@manish-mk Год назад
The last time I saw you wearing a cap was back in 2016. I am having a nostalgic feeling now 😄
@bad_byte5794
@bad_byte5794 Год назад
This was awesome!!! Now I'm gonna check how os images are done. Thanks hitesh
@pixiedev
@pixiedev Год назад
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 😇.
@singhpawank
@singhpawank 10 месяцев назад
nice😄
@gokulr5944
@gokulr5944 9 месяцев назад
Can you teach me the AWS??...I need frd to learn together
@alir8zana635
@alir8zana635 5 месяцев назад
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
@bengraham1798
@bengraham1798 7 месяцев назад
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
@kiranbakale8207
@kiranbakale8207 5 месяцев назад
Thanks a ton mate
@creativekid4534
@creativekid4534 6 дней назад
after "docker container ls" command at 12:33, its not showing the content of the labels in the terminal, and the app isn't running on the specified port. the docker image and containers are getting formed in the docker desktop app, tho
@yasirali8409
@yasirali8409 10 месяцев назад
you are very cool sir ❤, and how you taught is always amazed me
@playcodeacm
@playcodeacm 10 месяцев назад
This really awesome, Can you create tutorial build docker for flask app and mysql ?
@AKKJ420
@AKKJ420 Год назад
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)?
@baburamchaudhary159
@baburamchaudhary159 2 месяца назад
15:05 While pushing docker image to docker hub, **we need to be logged in to docker desktop**.
@MandarKarekar
@MandarKarekar 2 месяца назад
Good Video, Thanks
@Ankitha_shriram
@Ankitha_shriram 6 месяцев назад
After stop what is numeric value u are giving of
@jeekakrishna
@jeekakrishna Год назад
can you do tutorial on streamlit framework ?
@trialaccount2244
@trialaccount2244 Год назад
Do online judges like leetcode also built in this way ?
@JagdeepSinghKalsi
@JagdeepSinghKalsi Год назад
Yes
@Abhishek_Bhosale-Devops
@Abhishek_Bhosale-Devops Год назад
cant able to open in browser localhost:4000
@gabormagyar5600
@gabormagyar5600 Год назад
hi! thanks for sharing! may I ask what extension gives you the hints in vscode terminal?
@hetsonii
@hetsonii Год назад
Hey! Did you find it?
@vaibhavkapase_official
@vaibhavkapase_official 7 месяцев назад
Just after the python press "Space bar" and wait its automatically give the suggestions
@abdullahsaid8561
@abdullahsaid8561 8 месяцев назад
this whole video is going to be different if it weren't for just localhost, but also real domain with apache / nginx
@LaercioDeCosta-is4fy
@LaercioDeCosta-is4fy 4 месяца назад
Congrats!
@user-cf7py3gn2y
@user-cf7py3gn2y Год назад
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.
@tag_of_frank
@tag_of_frank 11 месяцев назад
Set up a docker volume. Then when you change your code locally those changes will be automatically present in the container. Then just refresh your browser.
@ahinfencer0742
@ahinfencer0742 Год назад
Hi please make a video on running Clickhouse as a docker
@yashwants18
@yashwants18 Год назад
Good tutorial.
@YouAndImpact
@YouAndImpact Год назад
Amazing 👍
@CuddleCoder
@CuddleCoder Год назад
So is this is called Microservice?
@kulasekhar
@kulasekhar Год назад
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
@forrestgoryl1650
@forrestgoryl1650 10 месяцев назад
If you are developing an application for use on your local machine, you don't need to use docker. Docker is software that 'containerizes' an application, so it can be used on other machines which might not have the same operating system or development environment as your own. It can be thought of basically like a souped-up virtual environment. TechWorld with Nana does a great docker beginner's video for an additional resource.
@gokulr5944
@gokulr5944 9 месяцев назад
​@@forrestgoryl1650bro can you teach me the docker and AWS.. I need a frd to learn things together
@akSingh_120
@akSingh_120 4 месяца назад
Thanks buddy
@khalidRaza01
@khalidRaza01 9 месяцев назад
Hey, will this deploy flask app in container as development server or in production.
@clementpickel5014
@clementpickel5014 8 месяцев назад
Tank you sir
@viralrupani7248
@viralrupani7248 Год назад
This is what I was looking for 😋
@JagdeepSinghKalsi
@JagdeepSinghKalsi Год назад
This is not fair.. too many docker images... 😁😁😁 I meant to create these videos this weekend... It'll be tough to top this...
@HiteshCodeLab
@HiteshCodeLab Год назад
Hahaha, let’s collab on something then. 😁
@aimanal-fatih386
@aimanal-fatih386 Год назад
Nice
@pappuashkhandekar2
@pappuashkhandekar2 Год назад
@sahilchakote2945
@sahilchakote2945 Год назад
getting error like # n by 'NewConnectionError(': Failed to => => # establish a new connection: [Errno -3] Try again')': /simple/flask/ => => # WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=N what can be done here?
@kuppilijagadeeswararao7765
@kuppilijagadeeswararao7765 Год назад
Super
Далее
How to build docker image for nodejs apps
28:47
Просмотров 78 тыс.
Containerize Python Applications with Docker
20:51
Просмотров 117 тыс.
Oh No! My Doll Fell In The Dirt🤧💩
00:17
Просмотров 2 млн
Музыкальные пародии
00:28
Просмотров 18 тыс.
How I deploy serverless containers for free
6:33
Просмотров 485 тыс.
How to create a great dev environment with Docker
29:55
How to containerize Python applications with Docker
26:08
Complete GIT in 1 video
3:43:17
Просмотров 78 тыс.