I have to say, to be able to explain like you do you need to have a solid understanding yourself and the way you explain doesn't just reflect the depth of your knowledge but also how good of an engineer you are. Thank you for this! What you're doing is truly commendable ❤
Apt get for old version of Ubuntu for latest only apt sai hojaiga. Video agar koi old version use karna wala banda dekh raha to use koi issue na aya iss lya@@ajaymishra1511
@ajaymishra1511 bro apt update your installed or fresh downloaded repository and any pkages but apt-get update also update your downloaded pkgs and repositories with on system as well as from Internet if install pkgs needed any update this will be update from Internet if the pkgs update any changes for example mongodb .. apt-get update mongo this will be update your mongodb pkgs or repository
First and foremost, hats off to the instructor - without a doubt, the best guide I've come across in the realm of tech tutorials. Their clarity of explanation, coupled with an engaging and friendly demeanor, made even the most complex Docker concepts feel like a breeze. The instructor's ability to break down intricate details into understandable nuggets is truly commendable. It's evident that they not only possess a deep understanding of Docker but also have a knack for teaching. The video itself was nothing short of awesome. The pacing was perfect, ensuring that beginners could grasp the fundamentals while providing enough depth for those seeking a more comprehensive understanding of Docker. The visuals and examples used were spot-on, making abstract Docker concepts tangible and easy to comprehend. What I appreciated most was the instructor's hands-on approach, demonstrating each step with practical examples. This hands-on learning experience elevated the video from a mere tutorial to a genuine learning session. The video's structure, starting from absolute basics and progressing to an intermediate level, is precisely what makes it stand out. It's evident that careful thought went into the organization of content, creating a seamless learning curve. Whether you're a Docker novice or someone looking to refine their containerization skills, this video caters to all levels of expertise. Thanks a lot piyush bhaiya ❤❤❤❤❤❤❤🔥❤🔥❤🔥❤🔥 One Request on topic: Microservices with NodeJs and advance concepts like, Communication between microservices, Pub/Sub model, RabbitMQ, API Gateway, ETC and all other advance stuff!! 😁😁😁😁
Please continue your AWS 🙏😭 series it is really helpful.. please please i have watched AWS series video and i have learnt alot not just how to use but also about serverless, linux , ssh .. please continue it.
I am a developer for 8 years and trying to learn and understand docker for more than 1 year after watching so many videos I finally understood docker. Thank you.
The best part about this channel, is that problem statement section. To me it's very important to know why we need this "tech" and i have gone through a lot of your tutorials and i see the same thing in every tutorial. A very big thank you for this. I remember, when i was learning DOM in JS and i didn't understood it for months just cause i thought it's waste of time to write and read properties this way, i can do the same with HTML/CSS very easily why to learn DOM then. I act similarly even today if i don't know why exactly we're using it. but here, every time you take care of this part quite well. Thanks Again.
58:55 1. we can run node application directly on node image rather than ububtu 2. we can also use smaller version of node image i.e.: node:20-alpine 3. we can copy paste the node modules, since it is not changed very often
One of the best educators on UA-cam. I found your channel a while ago, about 2 weeks ago. I absolutely love these courses and I recently completed your Node.js course, and I learned docker too!
Thank you so much, Piyush! ❤ I have been watching some of the other docker tutorials from last couple of years, but I always procrastinated learning docker and adopting it in my workflow because I could never really grasp the core concepts from those videos. I could've learned from official docs too but I was either too busy or lazy to learn an infra tool like docker which doesn't directly contribute much on my client's project. ☹ Finally, this is the first docker tutorial which I patiently watched from start to end, including both part 1 and part 2, and felt like I understood every bit of it. Your explanation was simply great with proper breakdown, diagrams and examples of the topics. ✨ I'm sure there must be more to docker than these two part tutorials, but I liked how you covered all the essential topics in just 2 hour videos which are practically used in real world development, and liked how you provided some references from the big open source projects. 🙌 I think I learned enough about docker to get started from this free tutorial itself but still I went ahead and purchased your paid docker course as a token of appreciation. I might watch them sometime later. Keep up the good work. 💪 I have been hearing some buzz around Kubernetes, so if possible next I would like a tutorial series on Kubernetes from you. 🙏
Masterpiece! Love it 1:11 hour feels like 20 mins. If this is a basic docker tutorial just imagine what inside the in depth video! Hats off. You are a gem to the community 💟
best video on docker I have seen so far. Hats off amazing explanation. my all doubts and fears are gone. now I am lot more confident and see the its super power now. Thank you very much for making such a amazing video. Loved it.
I watch this video on the speed of 2x and I love it the way you explain. Your selection of words and approach towards solving the problem is unbeleivable
Hey piyush, one small request : Learning any new tech from docs is kind of hard for us. But other senior developers are very good at learning from docs. Please make a video on "your approach to learn things from docs" Thank you.❤
It might seem difficult when you are getting started to learn anything from docs but just give it a try for a week atleast and then after that you will be habituated with it
Thank you so much for this Docker tutorial! Your clear explanations and step-by-step guidance have made what seemed like a daunting topic much more manageable. Docker can be such a powerful tool for developers, and your video has helped me understand its fundamentals better. Looking forward to more tutorials from you!
Slight correction in the terminology used in Port Mapping. The port in container is "exposed" while the port on your host is "published" to the exposed port. So, 9000 is the exposed port, while 6000 is the published port. In "docker run -it -p ..." the -p stands for publish
At 23:40, if the docker stop command takes some time to shut down the container, it might be ensuring that everything closes gracefully. Alternatively, you can use the docker kill command to instantly stop the container.
Most underrated you tube channel bro you are doing great as fullstack developer had experience in monolithic and want to grow for microservice this channel or this video helps lot in 1 shot
Brother very nice tutorial loved it just want to make a little comfortable for viewers. basically first image is downloaded and on top of that container is built. it's just like a container is an instance which is made by the blueprint of Image. there can be many instances/containers on the base of image.
Thank you sir , I was searching for video like this for entire Day , Since I need to understand this Docker Quickly and to the point , Luckily found your video , thanks you explained it very well, keep going , we need a lot more videos from you sir.
Have already watched your docker course and I must say it's amazing.Can we expect a video on how to deploy microservices based mern stack application using docker, kubernetes, AWS services and a course on kubernetes
Piyush bhaiya YT me itne sale channel hai Jo aacha content bnate hai but unka long video content dekhne jyda tar boring lagta hai but aapki long video tutorial se bor ni lagta. ESI videos late raho. Jai shree ram 🚩
Hey Piyush , Could you please create a one-shot video on AWS, covering how much AWS a developer needs to know? Or, you could create videos on how to use Redis, Kafka, or Kubernetes in real-world projects.
Part 1 was incredible I liked concise to the point 1second ke liye bhi bakwas baat nahi ki Being a programmer i need exactly this knowledge to get things started
Hi Piyush, Thanks for making so interesting, informative and easy to understand tutorial. It worth watching. I even made notes from it. It cleared my doubts.
Wow great learning from this video you are the best teacher in my programming journey, I will complete all of your playlists there is top-level content in the free thanks for this type of Amazing content. ❤😍🎉 Sir Jee create a full playlist of videos on AWS Please
The node image is based on a Linux distribution (usually Debian) and comes preconfigured with Node.js installed. Thatis the reason we are able to remove the ubuntu It is main thing to understand.
bhi maza aa gya kasm se apna bari zabardast video bnai ha docker pr mein coursera pr dhoond dhoond kr thak gia tha pr mujy is tarh ka tutuorial ni mil raha tha.
Hi @Piyush .... your teaching is exceptionally great ....I understood the concept of docker from you.... really thanks for the video... So, can you please even cover Kubernetes concepts as well. It would be great and really helpful for everyone .. Thanks in advance
I have to say, to be able to explain like you do you need to have a solid understanding yourself and the way you explain doesn't just reflect the depth of your knowledge but also how good of an engineer you are. Thank you for this! What you're doing is truly commendable ❤
bro can you pls explain why he did apt-get instead of apt
@@ajaymishra1511 apt-get and apt are same. apt-get was used in older versions of linux ubuntu but now it is deprecated so you can use apt now .
Apt get for old version of Ubuntu for latest only apt sai hojaiga. Video agar koi old version use karna wala banda dekh raha to use koi issue na aya iss lya@@ajaymishra1511
@@ajaymishra1511❤❤❤😊😊❤❤❤❤
@ajaymishra1511 bro apt update your installed or fresh downloaded repository and any pkages but apt-get update also update your downloaded pkgs and repositories with on system as well as from Internet if install pkgs needed any update this will be update from Internet if the pkgs update any changes for example mongodb .. apt-get update mongo this will be update your mongodb pkgs or repository
There is nothing better than the simplicity and straight to the point explanation of Docker, easily one of the best videos I have seen. thank you!
First and foremost, hats off to the instructor - without a doubt, the best guide I've come across in the realm of tech tutorials. Their clarity of explanation, coupled with an engaging and friendly demeanor, made even the most complex Docker concepts feel like a breeze. The instructor's ability to break down intricate details into understandable nuggets is truly commendable. It's evident that they not only possess a deep understanding of Docker but also have a knack for teaching.
The video itself was nothing short of awesome. The pacing was perfect, ensuring that beginners could grasp the fundamentals while providing enough depth for those seeking a more comprehensive understanding of Docker. The visuals and examples used were spot-on, making abstract Docker concepts tangible and easy to comprehend. What I appreciated most was the instructor's hands-on approach, demonstrating each step with practical examples. This hands-on learning experience elevated the video from a mere tutorial to a genuine learning session.
The video's structure, starting from absolute basics and progressing to an intermediate level, is precisely what makes it stand out. It's evident that careful thought went into the organization of content, creating a seamless learning curve. Whether you're a Docker novice or someone looking to refine their containerization skills, this video caters to all levels of expertise.
Thanks a lot piyush bhaiya ❤❤❤❤❤❤❤🔥❤🔥❤🔥❤🔥
One Request on topic:
Microservices with NodeJs and advance concepts like, Communication between microservices, Pub/Sub model, RabbitMQ, API Gateway, ETC and all other advance stuff!! 😁😁😁😁
One of great docker tutorial, newbie who're searching for docker tutorials, you've landed on correct place. you won't regret this 1 hour.
Please continue your AWS 🙏😭 series it is really helpful.. please please i have watched AWS series video and i have learnt alot not just how to use but also about serverless, linux , ssh .. please continue it.
Eagerly waiting...
Eagerly waiting..
Eagerly waiting..
Eagerly waiting
Nice teaching style
I am a developer for 8 years and trying to learn and understand docker for more than 1 year after watching so many videos I finally understood docker. Thank you.
The way you are explaining the concepts shows that how good programmer and engineer you are, hats off to you brother.
The best part about this channel, is that problem statement section. To me it's very important to know why we need this "tech" and i have gone through a lot of your tutorials and i see the same thing in every tutorial. A very big thank you for this. I remember, when i was learning DOM in JS and i didn't understood it for months just cause i thought it's waste of time to write and read properties this way, i can do the same with HTML/CSS very easily why to learn DOM then. I act similarly even today if i don't know why exactly we're using it. but here, every time you take care of this part quite well. Thanks Again.
Wao sir....itne easy way s aap docker ko smjhaye ...... aapko salute 🫡
58:55
1. we can run node application directly on node image rather than ububtu
2. we can also use smaller version of node image i.e.: node:20-alpine
3. we can copy paste the node modules, since it is not changed very often
One of the best educators on UA-cam. I found your channel a while ago, about 2 weeks ago. I absolutely love these courses and I recently completed your Node.js course, and I learned docker too!
Such a nice video. Great explanation! You know how to break it down and teach. 👌🏻
Thank you so much, Piyush! ❤
I have been watching some of the other docker tutorials from last couple of years, but I always procrastinated learning docker and adopting it in my workflow because I could never really grasp the core concepts from those videos. I could've learned from official docs too but I was either too busy or lazy to learn an infra tool like docker which doesn't directly contribute much on my client's project. ☹
Finally, this is the first docker tutorial which I patiently watched from start to end, including both part 1 and part 2, and felt like I understood every bit of it. Your explanation was simply great with proper breakdown, diagrams and examples of the topics. ✨
I'm sure there must be more to docker than these two part tutorials, but I liked how you covered all the essential topics in just 2 hour videos which are practically used in real world development, and liked how you provided some references from the big open source projects. 🙌
I think I learned enough about docker to get started from this free tutorial itself but still I went ahead and purchased your paid docker course as a token of appreciation. I might watch them sometime later. Keep up the good work. 💪
I have been hearing some buzz around Kubernetes, so if possible next I would like a tutorial series on Kubernetes from you. 🙏
Bhai pura video ek bar dimaag me pel gya ..... thank you soo much piyush
Much needed Tutorial on Docker as a Full Stack Dev. Thank you so much.
Guys, After watching these kind of master peice videos and still not subscribing this channel, You are not a human. You should keep motivating him.
Masterpiece! Love it 1:11 hour feels like 20 mins. If this is a basic docker tutorial just imagine what inside the in depth video! Hats off. You are a gem to the community 💟
Best explanation video ever find on youtube.
"The more knowledge a person has, the calmer he becomes, as reflected in his teaching method".
This is my last video not first video about understanding docker, Really Great 🙏
Till now it was the best course for Introduction and Basics of Docker, thanks Piyush.
best video on docker I have seen so far. Hats off amazing explanation. my all doubts and fears are gone. now I am lot more confident and see the its super power now.
Thank you very much for making such a amazing video. Loved it.
I love the way you explain everything. keep going brother. Thank you so much for this kind of beautiful explanation.
He is giving real value I am amazed by his way of teaching salute you sir
I watch this video on the speed of 2x and I love it the way you explain. Your selection of words and approach towards solving the problem is unbeleivable
Most underrated channel on UA-cam. Thanks Sir!!
Straight, on-point, and well explained; thank you for putting this much effort ❤
One of the finest video for Docker explanation ,very well explained thanks 🙏🙏
you are a gem .. i think there is lot of experience behind these viddeos you are leveling up the content everytime
Hey piyush, one small request :
Learning any new tech from docs is kind of hard for us.
But other senior developers are very good at learning from docs.
Please make a video on "your approach to learn things from docs"
Thank you.❤
It might seem difficult when you are getting started to learn anything from docs but just give it a try for a week atleast and then after that you will be habituated with it
@@paulaneesh7this.
We expect to learn things in a day or two.
We gotta give it some days.
Great Question.
Please make one
Make Projetcs , initially start from copy paste as you make more projects, you would get the knack for it.
Thanks Piyush for this Amazing Video! I just created E2E ML Pipeline using docker
this is the best course to start with docker and I appreciate piyush for this easy to understand explaination on docker
Thank you very much Piyush Sir .. You made the topics so simple..
i havn't seen anyone explaining in this smooth and easy way bro !!, means alot bro!!!!
what a best explanation with simple and practical examples...! Thanks!
Thank you so much for this Docker tutorial! Your clear explanations and step-by-step guidance have made what seemed like a daunting topic much more manageable. Docker can be such a powerful tool for developers, and your video has helped me understand its fundamentals better. Looking forward to more tutorials from you!
It is one the best video on docker I have ever seen, It has great explanations specially between container and images
Hello, I love to hear your lectures as you spread the world of knowledge with so much kindness and positive attitude...
Such a great educator, I really like the approach of teaching.
Thanks for making such a greate content
Hatsss off to your teaching styleee bro 🎉🎉🫡
I love the way to explain each concept in a very structured and practical way. ⭐
best tutorial on docker in hindi hands down
Bro's teaching method is top notch 🔥
Thankyou so much Piyush. This is one of the best explanation of docker I have ever seen .
This is the best course that I've seen on docker.
Thanks a ton!!!
really nice video was able to understand a lot , really helpful thank you Piyush Garg
loved the crisp demo on compose. thanks
Slight correction in the terminology used in Port Mapping. The port in container is "exposed" while the port on your host is "published" to the exposed port. So, 9000 is the exposed port, while 6000 is the published port. In "docker run -it -p ..." the -p stands for publish
Loved your video😊
The simplicity with which you teach is outstanding
best video on docker ever
At 23:40, if the docker stop command takes some time to shut down the container, it might be ensuring that everything closes gracefully. Alternatively, you can use the docker kill command to instantly stop the container.
such a great explanation, really happy to find you on UA-cam !
cleanest explanation ever, though I already know about this, still I watched the whole video without skipping anything
Amazing understanding you have about docker. Can't wait for next part. Please release soon.
Thanks for clearing the difference between images and container
Most underrated you tube channel bro you are doing great as fullstack developer had experience in monolithic and want to grow for microservice this channel or this video helps lot in 1 shot
Excellent Piyush. Thank you so much for this informative tutorial.
Thanks for the tuturoial. Your teaching style is awesome
Thank You Very Much Piyush Bhai...Very Useful Video...Love From Odisha ❤
Thanks a lot for this simple and elegant way of making video
I am very thankful to you that bringing this video ❤
your video is very informative for my software engineering journy
a lot of new thing i learn from youtube channel and you explain very very well
Brother very nice tutorial loved it just want to make a little comfortable for viewers. basically
first image is downloaded and on top of that container is built. it's just like a container is an instance which is made by the blueprint of Image.
there can be many instances/containers on the base of image.
Great bhaiya me kal se dhundh raha tha docker ke bare me app ne toh video la dia
Superb explanation. Hats of you
Thank you so much for your amazing video .Your clear explanation really helped me understand it better.💝
Thank you sir , I was searching for video like this for entire Day , Since I need to understand this Docker Quickly and to the point , Luckily found your video , thanks you explained it very well, keep going , we need a lot more videos from you sir.
thanks for this video ,simplified way to start learing docker
Thank you so much for this video. The explanation was smooth and simple, it was really easy to understand.
Have already watched your docker course and I must say it's amazing.Can we expect a video on how to deploy microservices based mern stack application using docker, kubernetes, AWS services and a course on kubernetes
love your teaching style
Very interactive and knowledgeable session. Great work!
Please create a detailed video on Kubernetes.
Piyush bhaiya YT me itne sale channel hai Jo aacha content bnate hai but unka long video content dekhne jyda tar boring lagta hai but aapki long video tutorial se bor ni lagta. ESI videos late raho. Jai shree ram 🚩
recently I had to use old node js and mondodb version and I learned docker for this , great video thanks.
Amazing Tutorial, very helpful.
Hey Piyush ,
Could you please create a one-shot video on AWS, covering how much AWS a developer needs to know? Or, you could create videos on how to use Redis, Kafka, or Kubernetes in real-world projects.
I was searching for a good Docker tutorial
and GG boi made the full tutorial
Part 1 was incredible
I liked concise to the point
1second ke liye bhi bakwas baat nahi ki
Being a programmer i need exactly this knowledge to get things started
Hi Piyush, Thanks for making so interesting, informative and easy to understand tutorial. It worth watching. I even made notes from it. It cleared my doubts.
Thank you so much Piyush, It really helped me a lot 😄
You earned one subscriber brother ❤ great explanation...
Great sir , ❤❤❤❤❤❤❤great sir.... really thank you so much 😊😊
thanks bhaiya got the idea of how docker works
Wow great learning from this video you are the best teacher in my programming journey, I will complete all of your playlists there is top-level content in the free thanks for this type of Amazing content. ❤😍🎉 Sir Jee create a full playlist of videos on AWS Please
The node image is based on a Linux distribution (usually Debian) and comes preconfigured with Node.js installed. Thatis the reason we are able to remove the ubuntu It is main thing to understand.
Stopping NodeJS containers always takes time because it does some clean up to free up the internal resources and setup
Hope it helps!
Great video.. simple explanation...Piyush we need course on Devops
bhi maza aa gya kasm se apna bari zabardast video bnai ha docker pr mein coursera pr dhoond dhoond kr thak gia tha pr mujy is tarh ka tutuorial ni mil raha tha.
Your teaching style is awesome man. Keep it up! :D
Such an awesome video, Great Explanation, No bro you are not lying about browser redirecting wrongly, I myself have faced this issue. 😄
Suggestion Alert : Please upload a video "General exceptions and troubleshooting" . I would love to watch.
Great.. so much fun while learning.. I enjoyed it...
Way of explanation is very good and helpful.
Awesome explanation. I was trying to understand how containers work. Can you please also provide a video on Kubernetes?
Simple and Easy explanation thnx for the eforts
Hi @Piyush .... your teaching is exceptionally great ....I understood the concept of docker from you.... really thanks for the video... So, can you please even cover Kubernetes concepts as well. It would be great and really helpful for everyone .. Thanks in advance
Nice explanation . Thank you.
@Piyush Could you please make a dedicated video on Kubernetes with a practical scenario to understand.
thank you very much dude learnt something that actually helps me ;)