have completed the quiz for docker basic commands, but when i try to access the quiz for docker run commands, its starting over from the beginning. is it supposed to be like that?
well, i think you would need to map katacoda.com/kodekloud/scenarios/docker-for-beginners-fcc-run this url to the quiz 'Lab 2 - Docker Run Commands'. BTW great course ...
I am a Docker and Kubernetes expert. I train teams of engineers to design, deploy, and maintain containerized infrastructure. I’m constantly listening to beginner level guides trying to find the best ones to share. This is an excellent resource. Thank you for sharing/caring!
@@SO-dl2pv I was an expert 3 years ago. I have trained dozens of experts since then. Most of them have surpassed me. When a student makes me feel unqualified to teach them, that's when my Imposter Syndrome reduces to a bearable level. ☮️❤️🌈
Let's be honest, TH-cam did not recommend this video when we searched "Docker". We stumbled on this channel and video after watching hours of subpar content. Well, it took me 6+ hours of streaming before landing here. Hopefully, my likes and comment help push this content to be more accessible in the top search results. Thanks for the content.
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out website @kodekloud.com and tell us what you think. Have a good day!
This Man is one man army, a complete University, what a wonderful way of methodology he has adopted, confident, full command over his subject, he used a pause during his lecture, so the user think about it, I haven't more word to praise this Man! He has God-gifted talent, I pray for him, for his family, May he lives long and happy life,. Lahore cantt Pakistan
At 1:21:52 there seems to be a mistake. My understanding is as follows: "docker run -d --name=db postgres:9.4 result-app" //result-app should not be here. "docker run -d --name=result -p 5001:80". //result-app should be appended here. BTW - Great format for the course. Since I learn only if I can visualize things ... your format of diagramming everything helps.
"docker run -d --name=db postgres:9.4" //result-app should not be here. "docker run -d --name=result -p 5001:80 --link db:db result-app". //result-app should be appended here.
I spent lot of money to learn docker and realized that even instructors don't know more than me about docker😂LOL. But this man is one man army with a god gifted talent. Cleared all the doubts .. thank you MAN.
This course on DOCKER is the best explanatory video on youtube I had ever watched and experienced in knowledge gaining with 100% outcome. Its simply amazing with nice content. Suggesting everyone if wish to start with DOCKER from scratch.
46:31 syntax of docker build command seems to be wrong: remove the mention of Dockerfile and append a . to the end for home directory. The content of the Dockerfile probably needs adjustment to run correctly: include an option --assume-yes for each apt-get and include an additional apt-get for python-pip
As a 40 year veteran in software development I decided it was time to get an introduction to Docker. This was the absolutely perfect overview. I knew all the concepts already having worked with BSD virtualisation for decades but now I have a framework to place new docker ideas int as I encounter them.
Man, this is perfect. Your style of teaching is on point. I always felt pretty lost trying to watch some random tutorials here and there. But you videos are SO clear, easy to understand and cover all the questions that come up as I watch your videos. Bravo!
As many have shared Dockers is very well explained in a way which is easy to follow. Within little over 2 hours, it is quite covered quite comprehensively. Thank you so much!
This is a real beginner-friendly course I have seen so far. I recommend this for all beginners those who have zero knowledge about the containers and docker infrastructures.
Damn what an amazing video. I have actually decided to get into the nitty gritty of docker and I am so glad I stumbled upon this video. Thanks for all of your effort.
There wasn't any Docker tutorial like this, back when I needed it for a project. Came back to study Docker now and I found this video. This is an amazing tutorial for anybody starting out with Docker. Great work on the video!!
I watched several videos and done trainings, but after latching on this video, I must admit that Mr. Mumshad is one of the very best trainer expert. Atleast I can easily say after this video, which is my first to watch on this channel. Subscribing now.
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out website @kodekloud.com and tell us what you think. Have a good day!
I learned a lot from this course, and I am now more confident on what's happening with each of the docker commands! The labs are also very helpful!! Thank you so much! 🙏
Excellent. I had been trying to understand the concept of Docker and containerization for long time. But, could not understand much. But, this course helps me a lot to get equipped myself with this topic. The trainer seems to be knowledgeable and got excellent teaching skills. Thanks to him and KodeKloud.
4 ปีที่แล้ว +2
Hi, Thank you for this excellent course. Thank you if you could confirm this. Docker is for web applications only. Not for distribution GUI (even when the distribution is deployed in a local Docker but you can use the command line) neither for applications based on qt-like windows. For this both applications, you have only Virtual Machine solutions. Thank you again for sharing your expertise.
Lucky to be stumbled on your page while searching for K8s.... Haven´t seen the full video yet.. but still so far, very nice way of explaining things.... A true recommendation to those who want to know more on this topic.
Glad it was helpful! We have Free Week at KodeKloud from 19th - 25th September 2022! You can learn over 40+ up-to-date premium courses, including our recently released courses, for FREE: kode.wiki/FREECOURSE_YT
You did an amazing job in explaining things in extremely simple terms. Loved the way when you choose simple language then unnecessary complex terms to represent things. Great Course.
THE BEST DOCKER tutorial by THE BEST TEACHER. Amazing grip, amazing flow, amazing contents and contents order, and all these things in such a compact package.
Great content and many thanks! There is however a misleading point: on 1:02:46, you introduced "Embedded DNS" to allow dockers on same host to visist each other by "name". While @ around 1:22:55 you have to use "--link" to modify the hosts in order to make containers communicate by "name". That seems contradictory and after checking some documents, I found that the "Embedded DNS" is *only* available under 1. user defined networks, or 2. using docker compose. I think it is better to be pointed out.
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Hello Mumshad, This course is really very nice for the beginners like me. I have just found few discrepancies in the lecture notes below the video. The timings mentioned for the lectures 4, 13 and 14 are probably incorrect Please update the correct timings as mentioned below. LECTURE:4 - 20:00 Docker Commands --> 21:00 LECTURE:13 - 1:46:06 Docker on Windows --> 1:45:45 LECTURE:14 - 1:52:06 Docker on Mac --> 1:52:4
skillful teaching methodology + command over subject + clear communication + attractive and apt visuals + all other tools and techniques under the sun = KodeKloud courses. Hats off to your passion :)
One of the best TH-cam courses i have ever watched, each point of information i wanted to know was hit and informed me with enough background information.
You're very welcome! We are so glad it helped you understand the concepts clearly. Thanks for watching the video😊😊😊. Please subscribe to the channel and help us grow:)
This is really well done, Mumshad! I have been messing around with Docker for a couple of years, but this really filled in some of the missing pieces for me, and solidified my understanding. Thanks!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
By far one of the best courses available on Docker! Such a neat explanation... Hats off... NO jargon, easy to understand... Excellent... Can't thank you enough!
I was struggling since 2 months to understand Docker using other learning platform , and I decide to check on youtube. I saw this Precise and neatly explained course . Thank you so much for this wonderful course.
I loved training sandbox, it just runs everything in browser and i can do all my practice. Its superb. Thank you so much for that. For docker registry Lab, I am getting "We will be updating this soon. Please check back later." so is it not implemented yet or temporary out of service?"
The command line syntax underneath graphical objects is an outstanding way to associate terminal commands with their functions. It allows for quick association and is easier to memorize.
Excellent amazing extremely valuable content. I just cannot thank you enough. Watched google ads as a thank you gesture :). I wish you all the best. Your effort is clear and highly appreciated.
Wonderful Docker presentation/training, from far the best one found about this topic on internet.Thanks for sharing these materials for free. Wonderful job !!
Excellent course...I would definitely recommend this course. Your way of teaching is fantastic. Thank you very much for this wonderful tutorial on Docker.
Much appreciated! Check out our Early Black Friday offer to get upto 50% off on our Premium Courses: you can use our early Black Friday offer to enroll for our courses: b.link/wko6c6
So much helpful in learning. I have tried other's tutorial also in Linkedin Learning, but yours is the best. Got my initial understanding in a nice manner from you. Thanks a lot !
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out website @kodekloud.com and tell us what you think. Have a good day!
Outstanding video... outstanding presentation by the instructor... refreshing to see instructional videos that are constructed with thought and skill and presented with such clarity ...KUDOS !!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
This was a great introduction to docker from a lecture perspective. As an added bonus were some labs that covered the lectures that did not require any install to do them. Very Nice!
It was a wonderful session you presented here. I acquired a lot of knowledge on docker. This is such a detailed explanation to make us understand what the DOCKER is. Thank you so much MUMSHAD :)
When setting up the example voting app I had to use the following image names instead of the ones mentioned in the video: - dockersamples/examplevotingapp_vote (voting-app) - dockersamples/examplevotingapp_result (result-app) - dockersamples/examplevotingapp_worker (worker)
Excellent course. Very well presented and very clear explanation of all the concepts. Pace of teaching is very apt. I enjoyed it very much. Thanks for making available a very high quality course.
Great course and excellent labs! the instructions are clear and the virtual environment saved tons of time on installation and setup! Very constructive! Thank you!
🆓Access the Free Docker labs: kode.wiki/Dockerlabs_YT
have completed the quiz for docker basic commands, but when i try to access the quiz for docker run commands, its starting over from the beginning. is it supposed to be like that?
no it seems the quiz for the run commands is missing,...i can access the one for env variables...could you please check
well, i think you would need to map katacoda.com/kodekloud/scenarios/docker-for-beginners-fcc-run this url to the quiz 'Lab 2 - Docker Run Commands'. BTW great course ...
@@Jeraldkphilip You are right! It was the wrong link. I just fixed it.
Thanks for sharing
0:00 Docker For Beginners
2:37 Docker Overview
16:55 Docker Installation
20:00 Docker Commands
42:06 Docker Environment variables
44:05 Docker Images
51:36 Docker CMD vs Entrypoint
58:30 Docker Networking
1:03:57 Docker Storage
1:16:19 Docker Compose
1:34:39 Docker Registry
1:39:30 Docker Engine
1:46:06 Docker on Windows
1:52:06 Docker on Mac
1:54:39 Container Orchestration
1:58:53 Docker Swarm
02:02:35 Kubernetes
2:08:40 Conclusion
Thanks bro
Thanks man
1:10:54 Volumes
Thanks bro
thanks
I am a Docker and Kubernetes expert. I train teams of engineers to design, deploy, and maintain containerized infrastructure. I’m constantly listening to beginner level guides trying to find the best ones to share. This is an excellent resource. Thank you for sharing/caring!
Have you found the easiest one? Most of them are quite difficult to understand.
@@SO-dl2pv I was an expert 3 years ago. I have trained dozens of experts since then. Most of them have surpassed me. When a student makes me feel unqualified to teach them, that's when my Imposter Syndrome reduces to a bearable level.
☮️❤️🌈
Let's be honest, TH-cam did not recommend this video when we searched "Docker". We stumbled on this channel and video after watching hours of subpar content. Well, it took me 6+ hours of streaming before landing here. Hopefully, my likes and comment help push this content to be more accessible in the top search results.
Thanks for the content.
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out website @kodekloud.com and tell us what you think. Have a good day!
I would have paid a lot for outside trainings on things I learned on this course... the instructor is excellent! Superb!
❤❤❤
This Man is one man army, a complete University, what a wonderful way of methodology he has adopted, confident, full command over his subject, he used a pause during his lecture, so the user think about it, I haven't more word to praise this Man! He has God-gifted talent, I pray for him, for his family, May he lives long and happy life,. Lahore cantt Pakistan
One of the best video about docker in TH-cam. I recommend all to this who want to learn Docker.. Great Job!!
He is an excellent tutor, his way of teachings wont let you leave your computer until you are finished with the course
This downright amazing. Especially the work put in the course and making the labs so intuitive.
This is so far the best and most comprehensive Docker tutorial I have seen!
Keep up the good work!
I have to say this was by FAR the best Docker training I've been through. Excellent job!
I agree completely...
At 1:21:52 there seems to be a mistake. My understanding is as follows:
"docker run -d --name=db postgres:9.4 result-app" //result-app should not be here.
"docker run -d --name=result -p 5001:80". //result-app should be appended here.
BTW - Great format for the course. Since I learn only if I can visualize things ... your format of diagramming everything helps.
Correct, the 2nd and 4th lines got mixed up in the animation. Sorry about that.
I was just about to post this too but glad I saw your comment first.
"docker run -d --name=db postgres:9.4" //result-app should not be here.
"docker run -d --name=result -p 5001:80 --link db:db result-app". //result-app should be appended here.
I was getting so confused about that. Thanks! ^^
I noticed the same thing... besides that, an excellent learning material.
I spent lot of money to learn docker and realized that even instructors don't know more than me about docker😂LOL. But this man is one man army with a god gifted talent. Cleared all the doubts .. thank you MAN.
It's our pleasure. Glad you liked the video and it helped you. Please subscribe to the channel and support us😊😊
@@KodeKloud It's you who's supporting us
@@thesolitarysoul3450 ,😊uu😊i😊😊😊😊😊😊ol 9
Wؤwwwwwtwwwwؤؤؤؤؤؤwwؤؤؤsw😢. . . . . 😊
I would like to say that that is still true to this day
This course on DOCKER is the best explanatory video on youtube I had ever watched and experienced in knowledge gaining with 100% outcome. Its simply amazing with nice content. Suggesting everyone if wish to start with DOCKER from scratch.
46:31 syntax of docker build command seems to be wrong: remove the mention of Dockerfile and append a . to the end for home directory. The content of the Dockerfile probably needs adjustment to run correctly: include an option --assume-yes for each apt-get and include an additional apt-get for python-pip
As a 40 year veteran in software development I decided it was time to get an introduction to Docker. This was the absolutely perfect overview. I knew all the concepts already having worked with BSD virtualisation for decades but now I have a framework to place new docker ideas int as I encounter them.
Thanks for your kind words! Means a lot to us. 🙏🙏🙏 Please subscribe to our channel & help us create more such videos.
Man, this is perfect. Your style of teaching is on point. I always felt pretty lost trying to watch some random tutorials here and there. But you videos are SO clear, easy to understand and cover all the questions that come up as I watch your videos. Bravo!
Thank you
By far the best Docker course on TH-cam. Congrats and thanks for this great material.
Wow, thanks!
I left the Microsoft online course a moment as I found it hard to understand. You make the course easy to understand. Amazing, thank you.
omg this is the best course I've ever seen. Even worth learning english beforehand to see this =)
As many have shared Dockers is very well explained in a way which is easy to follow. Within little over 2 hours, it is quite covered quite comprehensively. Thank you so much!
This is a real beginner-friendly course I have seen so far. I recommend this for all beginners those who have zero knowledge about the containers and docker infrastructures.
Glad to hear it's a good fit for beginners!
Bringing such a complex technical concepts into this easy-to-understand lectures and simple presentations, is a great job! Deeply appreciate it.
Excellent course. One of the top 3 I have taken in my career. The presenter did a fantastic job and the labs reinforced his content.
Damn what an amazing video. I have actually decided to get into the nitty gritty of docker and I am so glad I stumbled upon this video. Thanks for all of your effort.
Hello, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
There wasn't any Docker tutorial like this, back when I needed it for a project. Came back to study Docker now and I found this video. This is an amazing tutorial for anybody starting out with Docker. Great work on the video!!
I watched several videos and done trainings, but after latching on this video, I must admit that Mr. Mumshad is one of the very best trainer expert. Atleast I can easily say after this video, which is my first to watch on this channel. Subscribing now.
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out website @kodekloud.com and tell us what you think. Have a good day!
I learned a lot from this course, and I am now more confident on what's happening with each of the docker commands! The labs are also very helpful!! Thank you so much! 🙏
Thank you for the appreciation. You can check our videos related to DevOps and subscribe to our channel to stay updated with all the latest tools.
Excellent. I had been trying to understand the concept of Docker and containerization for long time. But, could not understand much. But, this course helps me a lot to get equipped myself with this topic. The trainer seems to be knowledgeable and got excellent teaching skills. Thanks to him and KodeKloud.
Hi, Thank you for this excellent course. Thank you if you could confirm this. Docker is for web applications only. Not for distribution GUI (even when the distribution is deployed in a local Docker but you can use the command line) neither for applications based on qt-like windows. For this both applications, you have only Virtual Machine solutions. Thank you again for sharing your expertise.
This was my first docker course and i found it amazing.
@Priyanka.Why am I not able to get most of the concepts?
@@deepasaha may be lack of concentration, just kidding.....
OMG brother you're really awesome, please create more course like this!
Really loved the animations and the way you teaches!
Lucky to be stumbled on your page while searching for K8s.... Haven´t seen the full video yet.. but still so far, very nice way of explaining things.... A true recommendation to those who want to know more on this topic.
The best learning video I have seen for Docker so far, thanks for all your hard work.
Wow, thanks!
I absolutely loved how you packed every little detail in each lecture. Amazing to watch! Thanks much : )
You're very welcome!
Thank you great explained in an animated way easy to understand concept.Thank You
Glad it was helpful! We have Free Week at KodeKloud from 19th - 25th September 2022! You can learn over 40+ up-to-date premium courses, including our recently released courses, for FREE: kode.wiki/FREECOURSE_YT
You did an amazing job in explaining things in extremely simple terms. Loved the way when you choose simple language then unnecessary complex terms to represent things. Great Course.
Thank you for the appreciation. You can check our videos related to DevOps and subscribe to our channel to stay updated with all the latest tools.
This is the best course I've found for an into to Docker. All the labs were really well designed and helped the learning experience.
It's our pleasure. Glad you liked the video and it helped you. Please subscribe to the channel and support us😊😊
THE BEST DOCKER tutorial by THE BEST TEACHER. Amazing grip, amazing flow, amazing contents and contents order, and all these things in such a compact package.
Thanks for your kind words! Means a lot to us. 🙏🙏🙏
Great content and many thanks! There is however a misleading point: on 1:02:46, you introduced "Embedded DNS" to allow dockers on same host to visist each other by "name". While @ around 1:22:55 you have to use "--link" to modify the hosts in order to make containers communicate by "name". That seems contradictory and after checking some documents, I found that the "Embedded DNS" is *only* available under 1. user defined networks, or 2. using docker compose. I think it is better to be pointed out.
Thanks for the info! We will share it with the relevant team.
Two years ON and still your course is most useful...Wonderful presentation and content...And Thank you for sharing such knowledge freely...
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Hello Mumshad, This course is really very nice for the beginners like me.
I have just found few discrepancies in the lecture notes below the video.
The timings mentioned for the lectures 4, 13 and 14 are probably incorrect
Please update the correct timings as mentioned below.
LECTURE:4 - 20:00 Docker Commands --> 21:00
LECTURE:13 - 1:46:06 Docker on Windows --> 1:45:45
LECTURE:14 - 1:52:06 Docker on Mac --> 1:52:4
Correction: LECTURE:14 - 1:52:06 Docker on Mac --> 1:52:45
skillful teaching methodology + command over subject + clear communication + attractive and apt visuals + all other tools and techniques under the sun = KodeKloud courses.
Hats off to your passion :)
One of the best TH-cam courses i have ever watched, each point of information i wanted to know was hit and informed me with enough background information.
Thank you, great course. Loved your way of teaching, explaining in a very logical sequence
Hi Habeeb, we are glad that our video was helpful. Do subscribe to our channel and stay tuned for more. Cheers!
So clear and well structured with awesome presentation deck, built me a solid fundamental knowledge on Docker. Thank you, thank you, thank you!!!
You're very welcome! We are so glad it helped you understand the concepts clearly. Thanks for watching the video😊😊😊. Please subscribe to the channel and help us grow:)
Love the way the whole thing is explained. Thank you so much for this.
Just starting out and so far I have found this video to be very helpful thanks for sharing your knowledge with us.
This is really well done, Mumshad! I have been messing around with Docker for a couple of years, but this really filled in some of the missing pieces for me, and solidified my understanding. Thanks!
It's our pleasure. Glad you liked the video and it helped you. Please subscribe to the channel and support us😊😊
Best tutorial ever seen , simply explained , I’ll see other lectures provided by you , thanks a lot
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
By far one of the best courses available on Docker! Such a neat explanation... Hats off... NO jargon, easy to understand... Excellent... Can't thank you enough!
I was struggling since 2 months to understand Docker using other learning platform , and I decide to check on youtube. I saw this Precise and neatly explained course . Thank you so much for this wonderful course.
Thank you so much, this is one of the best courses I've ever had in my career!
You're very welcome!
First docker course for me. Very simplified concepts and very good presentation, THANK YOU VERY MUCH!!
Best tutorial ever! Already accomplished some on udemy and coursera, but this one with the free labs for hands-on working is excellent! Big thanks!
The best tutorial and clear English with no accent.
You mean "almost no indian accent", yet clear. Props to that.
@@racinism yes, exactly
Best video so far I have come across on Dockers, containers.
Glad it was helpful! Please subscribe to our channel and help us grow:)
I loved training sandbox, it just runs everything in browser and i can do all my practice. Its superb. Thank you so much for that.
For docker registry Lab, I am getting "We will be updating this soon. Please check back later." so is it not implemented yet or temporary out of service?"
Thanks man! This course was great. I did about an hour a day for a week and took heaps of notes. I can now say I understand Docker!
The command line syntax underneath graphical objects is an outstanding way to associate terminal commands with their functions. It allows for quick association and is easier to memorize.
We are so glad it helped you understand the concepts clearly. Thanks for watching the video😊😊😊. Please subscribe to the channel and support us.
Calm and composed Narration... Explained the concepts very well.. Keep up the good job!! Appreciate your work!!
Thanks a lot 😊
Excellent amazing extremely valuable content. I just cannot thank you enough. Watched google ads as a thank you gesture :). I wish you all the best. Your effort is clear and highly appreciated.
I completed the course and it was a good learning experience. Thanks Mumshaad.
Wonderful Docker presentation/training, from far the best one found about this topic on internet.Thanks for sharing these materials for free. Wonderful job !!
Never seen a complete course like this one. Really grateful for putting all the efforts to create this video. Appreciate it.
such an awesome course it is, absolute beginner friendly tutor and with the integrated labs its one of the best docker course.
Welcome 😊.
Excellent course...I would definitely recommend this course. Your way of teaching is fantastic. Thank you very much for this wonderful tutorial on Docker.
Much appreciated!
Check out our Early Black Friday offer to get upto 50% off on our Premium Courses: you can use our early Black Friday offer to enroll for our courses: b.link/wko6c6
So much helpful in learning. I have tried other's tutorial also in Linkedin Learning, but yours is the best. Got my initial understanding in a nice manner from you. Thanks a lot !
Best Docker tutorial i have come across in internet so far. Thanks a lot sir :)
Glad it was helpful!
You are doing an excellent job as an instructor. Thanks a lot for this free course
Thanks!😊😊😊
And special thank for your English pronunciation. I am non native enaglish speacker and i understand you perfectly ! Thank you
You're welcome 😊
This is one of the Best Docker Introduction Courses i found... thank you!
Really amazing ... The best docker starter pack of all time on TH-cam
Extremely well organized. Love your teaching style. Great Job!!!
Glad you enjoyed it! Please subscribe to our channel & help us create more such videos.
Great lectures! Just a bookmark for myself, port mapping: 36:28
Hi, we appreciate the kind comment! enjoy!
The best tutorial indeed! This is kind of teaching I need. Simple but very detailed and comprehensive. Thank you!
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out website @kodekloud.com and tell us what you think. Have a good day!
This is by far the best docker tutorial I've found, thank you so much!
Outstanding video... outstanding presentation by the instructor... refreshing to see instructional videos that are constructed with thought and skill and presented with such clarity ...KUDOS !!
You are awesome 👏 Thanks a lot for explaining in such a great way. Im sure no one can explain it better than you did
I have been looking for something like this for a long time. This is just awesome. A thousand hugs to the instructor. You nailed it..
at 42:16, i think you have to import "render_template" to make it work.
This was exactly what i needed, short and clear intro to docker, to get me started. thank you, very nicely created
This is one of the best Docker courses I have found on the internet. Thanks for your efforts buddy :)
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Phenomenal stuff, really love the public quiz resources. Thank you very much.
Glad you like them! Please subscribe to the channel and support us.
You made concepts clear. Appreciate mate. I wish you all the best for all your cources..
Welcome🙏. All our videos are simple and easy to understand. Please subscribe to our channel & help us create more such videos.
Awesome presentation ! one of the best I have seen. I really enjoyed the style, presentation depth and breadth. Thank you for this great presentation.
Wow that was a nice course. I already knew a bit about docker but you just closed some gaps in my knowledge with it. Thanks for that.
I have completed this course. It is very very useful. Thank you so much
One of the best video found out of so many junks. excellent way of explanation
found it very useful and the content was presented well and the quiz/labs were great. I
Thanks for stopping by. Hope you saw our other videos on DevOps and other important tools.👍
This was a great introduction to docker from a lecture perspective. As an added bonus were some labs that covered the lectures that did not require any install to do them. Very Nice!
Welcome!😊😊😊 We are always here to help you understand the DevOps concepts clearly. Also, please subscribe to our channel for more such videos 😊
It was a wonderful session you presented here. I acquired a lot of knowledge on docker. This is such a detailed explanation to make us understand what the DOCKER is. Thank you so much MUMSHAD :)
Welcome🙏. All our videos are simple and easy to understand. Please subscribe to our channel & help us create more such videos.
What an excellent course! Is there any chance of getting those amazing slides available? Thanks!
I love your teaching.. already purchased your kubernetes courses in Udemy.. thanks alot for such beautiful content..
The best and most clear Docker tutorial!
Glad it was helpful!
You are amazing. Thank you. I work with docker and you have excelent explanations
Thank you
Great course, delivered by one of the best instructors. Thanks.
Glad it was helpful! Please subscribe and encourage us to provide more such quality content. 😊
When setting up the example voting app I had to use the following image names instead of the ones mentioned in the video:
- dockersamples/examplevotingapp_vote (voting-app)
- dockersamples/examplevotingapp_result (result-app)
- dockersamples/examplevotingapp_worker (worker)
Thanks for sharing the info and your concern for others.
Excellent course. Very well presented and very clear explanation of all the concepts. Pace of teaching is very apt. I enjoyed it very much. Thanks for making available a very high quality course.
Great course and excellent labs! the instructions are clear and the virtual environment saved tons of time on installation and setup! Very constructive! Thank you!