Docker Tutorial 6- Writing, Building And Running Docker Image| Machine Learning

preview_player
Показать описание
Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels

Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
#DOCKERS
Please do subscribe my other channel too

Connect with me here:

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

Hey Krish, I want to thank you for all the love you gave us through your videos. I have learned so much from you and appreciate so much your generosity with your knowledge. God bless you.

tormentacristal
Автор

Krish, u may forget one thing . when opening docker quick start terminal, we need to login (docker login ), then username and password entered. then change the local directory and then build the process....otherwise we may get error "Error response from daemon: pull access denied"...lets check all, if i not correct let me know guys...

muruganbala
Автор

Kindly make a series of videos of Statistics from begging to advanced model. So that lots of students are getting benefitted.. please please

cutyoopsmoments
Автор

Krish rules ... awesome video. I never knew that creating an image and run it was so easy.... thank you so much

sachavanweeren
Автор

This playlist help ful to learn docker thanks krishsir

satyamuralidharpeddireddi
Автор

Nice Explanation Krish Thank you keep up the good work, I have a small explanation regarding a VM vs container that you explain @11:54. VM's are full blown OS and are used to host containers as well. Ideally you are assigning <Host Port> : <Container Port> and thereby allowing the traffic from container to Host using prescribed ports. Also in case of a VM its the localhost and containers run only user defined processes and there by needing you to connect docker containers host's IP address to access its process.

CrashTheGooner
Автор

You are doing great stuff right here. You helped me a lot thanks Krish.

AhmedSalah-jxdd
Автор

Small doubt: In dockerfile you have EXPOSE 5000 as port number. But while running you take 8000 as port for host and docker. How are these two related ?

subhamsarkar
Автор

Hi, did you made a video on to productionalize the docker image and deploy to heroku platform?
Thanks so much for everything.

sharmaramdhan
Автор

thank you so much for such tutorials...

krishj
Автор

Hi Krish, I have one question, As we have created docker's image file, Now we have to deploy that docker image file in heroku or other cloud platform ?? Would you please create a video on how to deploy image file to heroku

affanamin
Автор

Sir, do you have any plan to make videos on how to automate the retraining process using docker and Jenkins to achieve a desired accuracy?

mananbedi
Автор

in dockerfile the command is `EXPOSE 5000`, but in terminal Krish wrote `docker run -p 8000:8000 money_api`. When I am exposing port 5000 then shouldn't I write 5000 in my terminal also?

harshitkedia
Автор

sir i want join your live project packge, please tell me about that?

pankajkumarpandey
Автор

Hi, In the docker file it is mentioned as EXPOSE 5000 but running the command on 8000. Can you please clarify. Also in my case, it is saying debugger pin is active and nothing is happening.

sushmithapulagam
Автор

Thanks Krish for the video.I am getting one error while running the Dockerfile.
"ERROR: Cannot uninstall 'tornado'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall."Could you pls help me to resolve this.I tried few of the solutions but still getting same error.

atultripathi
Автор

Guys kindly note that the docker file must not be in .txt extension and also encoding type must be UTF-8, otherwise it wont be able to create image

IrfanShaikh-ibxt
Автор

Hi krish can you upload a videos on how to use kubeflow for training, docker image and pipeline creation?

pyclassy
Автор

Hi Krish,
I followed all the steps and the docker created in successfully.

However,
when I am use command: docker ps
output: blank table
(meaning : the docker not presented)

Any ideas ?

Tks a lot for your channel :)
Idan

sharingtips
Автор

Not able to change the directory in the docker many ways but it shows bash: no such file or directory
Please :(

abhishek_maity