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.
@manish-mk2 жыл бұрын
The last time I saw you wearing a cap was back in 2016. I am having a nostalgic feeling now 😄
@avalancherune2951 Жыл бұрын
I'm also one of those who opens google using google :D Thanks for the tutorial!
@creativekid45344 ай бұрын
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
@bad_byte57942 жыл бұрын
This was awesome!!! Now I'm gonna check how os images are done. Thanks hitesh
@alir8zana6359 ай бұрын
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
@TrashallAllsites3 ай бұрын
thanks for your share; i have a question about reload the page after changing the code it's possible instead to hit the reload buttons pages each time ?
@jaydave1284Ай бұрын
I could not find the playlist where this Video is.
@pixiedev2 жыл бұрын
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 Жыл бұрын
nice😄
@gokulr5944 Жыл бұрын
Can you teach me the AWS??...I need frd to learn together
@bengraham179811 ай бұрын
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
@kiranbakale82079 ай бұрын
Thanks a ton mate
@yasirali8409 Жыл бұрын
you are very cool sir ❤, and how you taught is always amazed me
@SAISHWADKAR-w1s2 ай бұрын
Hi Hitesh and everyone, this solution is good but what if I want to fetch my code which is in remote repository like gitlab and its a private project. Then how can I pass it to Dockerfile to create an image ? Your help is much appreciated.
@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)?
@gabormagyar5600 Жыл бұрын
hi! thanks for sharing! may I ask what extension gives you the hints in vscode terminal?
@hetsonii Жыл бұрын
Hey! Did you find it?
@vaibhavkapase_official Жыл бұрын
Just after the python press "Space bar" and wait its automatically give the suggestions
@poltergeistducs29482 ай бұрын
the container said successfully but the localhost is error
@trialaccount22442 жыл бұрын
Do online judges like leetcode also built in this way ?
@JagdeepSinghKalsi2 жыл бұрын
Yes
@Ankitha_shriram10 ай бұрын
After stop what is numeric value u are giving of
@baburamchaudhary1596 ай бұрын
15:05 While pushing docker image to docker hub, **we need to be logged in to docker desktop**.
@jeekakrishna2 жыл бұрын
can you do tutorial on streamlit framework ?
@abdullahsaid8561 Жыл бұрын
this whole video is going to be different if it weren't for just localhost, but also real domain with apache / nginx
@mm333-e1t Жыл бұрын
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 Жыл бұрын
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.
@arpankhetani781814 күн бұрын
Thank you for this video
@Abhishek_Bhosale-Devops Жыл бұрын
cant able to open in browser localhost:4000
@playcodeacm Жыл бұрын
This really awesome, Can you create tutorial build docker for flask app and mysql ?
@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 Жыл бұрын
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 Жыл бұрын
@@forrestgoryl1650bro can you teach me the docker and AWS.. I need a frd to learn things together
@ahinfencer0742 Жыл бұрын
Hi please make a video on running Clickhouse as a docker
@JagdeepSinghKalsi2 жыл бұрын
This is not fair.. too many docker images... 😁😁😁 I meant to create these videos this weekend... It'll be tough to top this...
@HiteshCodeLab2 жыл бұрын
Hahaha, let’s collab on something then. 😁
@CuddleCoder Жыл бұрын
So is this is called Microservice?
@khalidRaza01 Жыл бұрын
Hey, will this deploy flask app in container as development server or in production.
@MandarKarekar6 ай бұрын
Good Video, Thanks
@yashwants18 Жыл бұрын
Good tutorial.
@viralrupani72482 жыл бұрын
This is what I was looking for 😋
@YouAndImpact2 жыл бұрын
Amazing 👍
@clementpickel5014 Жыл бұрын
Tank you sir
@LaercioDeCosta-is4fy8 ай бұрын
Congrats!
@akSingh_1208 ай бұрын
Thanks buddy
@aimanal-fatih3862 жыл бұрын
Nice
@pappuashkhandekar2 Жыл бұрын
❤
@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?