Docker In One Shot - Part 1

Поділитися
Вставка
  • Опубліковано 22 лис 2024

КОМЕНТАРІ • 371

  • @piyushbera8242
    @piyushbera8242 Рік тому +128

    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 ❤

    • @ajaymishra1511
      @ajaymishra1511 8 місяців тому +1

      bro can you pls explain why he did apt-get instead of apt

    • @theiitjourneytij3377
      @theiitjourneytij3377 6 місяців тому

      @@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 .

    • @successseekercoder
      @successseekercoder 4 місяці тому

      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

    • @mdaijaj6816
      @mdaijaj6816 4 місяці тому

      ​@@ajaymishra1511❤❤❤😊😊❤❤❤❤

    • @Imran_kpk
      @Imran_kpk Місяць тому

      ​@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

  • @nikhilgudadhe8785
    @nikhilgudadhe8785 11 місяців тому +19

    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!

  • @rahulnikam1279
    @rahulnikam1279 11 місяців тому +13

    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!! 😁😁😁😁

  • @siddarthpogula2790
    @siddarthpogula2790 5 місяців тому +12

    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.

  • @ankit1153
    @ankit1153 Рік тому +130

    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.

  • @touseefghazanfar8487
    @touseefghazanfar8487 3 місяці тому +2

    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.

  • @saqibhussain2843
    @saqibhussain2843 5 місяців тому +5

    The way you are explaining the concepts shows that how good programmer and engineer you are, hats off to you brother.

  • @Mayanksingh-ij4yl
    @Mayanksingh-ij4yl 6 місяців тому +8

    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.

  • @adarshdwivedi2244
    @adarshdwivedi2244 9 місяців тому +4

    Wao sir....itne easy way s aap docker ko smjhaye ...... aapko salute 🫡

  • @TechyTigerr
    @TechyTigerr 2 місяці тому +1

    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

  • @Anonymous-r8q6y
    @Anonymous-r8q6y 4 місяці тому +2

    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!

  • @ParthChokshi
    @ParthChokshi 7 місяців тому +28

    Such a nice video. Great explanation! You know how to break it down and teach. 👌🏻

  • @pratikrane149
    @pratikrane149 Місяць тому +1

    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. 🙏

  • @neelamnagaraj8569
    @neelamnagaraj8569 2 місяці тому +1

    Bhai pura video ek bar dimaag me pel gya ..... thank you soo much piyush

  • @MuhammadAyaz-gp7xd
    @MuhammadAyaz-gp7xd 5 місяців тому +2

    Much needed Tutorial on Docker as a Full Stack Dev. Thank you so much.

  • @MahammadTaukirKatava
    @MahammadTaukirKatava 8 місяців тому +1

    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.

  • @tusharphb6596
    @tusharphb6596 5 місяців тому +1

    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 💟

  • @InnovativeCodeTech
    @InnovativeCodeTech 21 день тому +1

    Best explanation video ever find on youtube.

  • @Vikramsinghmertiya863
    @Vikramsinghmertiya863 2 місяці тому +1

    "The more knowledge a person has, the calmer he becomes, as reflected in his teaching method".

  • @HiteshKhandar-v5x
    @HiteshKhandar-v5x 2 місяці тому +1

    This is my last video not first video about understanding docker, Really Great 🙏

  • @RahulAgrawal-rb5vl
    @RahulAgrawal-rb5vl 6 місяців тому +2

    Till now it was the best course for Introduction and Basics of Docker, thanks Piyush.

  • @subhamshaw1726
    @subhamshaw1726 3 місяці тому +1

    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.

  • @tawhidib8036
    @tawhidib8036 10 місяців тому +6

    I love the way you explain everything. keep going brother. Thank you so much for this kind of beautiful explanation.

  • @intellectance9893
    @intellectance9893 Рік тому +2

    He is giving real value I am amazed by his way of teaching salute you sir

  • @shortflicks83
    @shortflicks83 4 місяці тому

    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

  • @mann5544
    @mann5544 5 місяців тому

    Most underrated channel on UA-cam. Thanks Sir!!

  • @MuhammadOvi
    @MuhammadOvi 4 місяці тому +1

    Straight, on-point, and well explained; thank you for putting this much effort ❤

  • @tanmaychuri2393
    @tanmaychuri2393 6 місяців тому +1

    One of the finest video for Docker explanation ,very well explained thanks 🙏🙏

  • @ayushchopra2282
    @ayushchopra2282 6 місяців тому +1

    you are a gem .. i think there is lot of experience behind these viddeos you are leveling up the content everytime

  • @rajdave7357
    @rajdave7357 Рік тому +35

    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.❤

    • @paulaneesh7
      @paulaneesh7 Рік тому +1

      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

    • @bhavyajain638
      @bhavyajain638 Рік тому +1

      ​@@paulaneesh7this.
      We expect to learn things in a day or two.
      We gotta give it some days.

    • @touseefahmad9794
      @touseefahmad9794 Рік тому

      Great Question.

    • @youngmoney9607
      @youngmoney9607 11 місяців тому

      Please make one

    • @thehimalyanprogrammer
      @thehimalyanprogrammer 10 місяців тому

      Make Projetcs , initially start from copy paste as you make more projects, you would get the knack for it.

  • @sugandhasharma229
    @sugandhasharma229 8 місяців тому +1

    Thanks Piyush for this Amazing Video! I just created E2E ML Pipeline using docker

  • @shadowyt1727
    @shadowyt1727 2 місяці тому

    this is the best course to start with docker and I appreciate piyush for this easy to understand explaination on docker

  • @kamaleshpramanik7645
    @kamaleshpramanik7645 День тому

    Thank you very much Piyush Sir .. You made the topics so simple..

  • @naveenbasyal001
    @naveenbasyal001 10 місяців тому +9

    i havn't seen anyone explaining in this smooth and easy way bro !!, means alot bro!!!!

  • @shivpalraghuwanshi3087
    @shivpalraghuwanshi3087 9 місяців тому +1

    what a best explanation with simple and practical examples...! Thanks!

  • @inertiapixel
    @inertiapixel 7 місяців тому

    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!

  • @kishanpatel6113
    @kishanpatel6113 4 місяці тому

    It is one the best video on docker I have ever seen, It has great explanations specially between container and images

  • @vikramadityamathur
    @vikramadityamathur 11 місяців тому +2

    Hello, I love to hear your lectures as you spread the world of knowledge with so much kindness and positive attitude...

  • @EtarFitar
    @EtarFitar Місяць тому

    Such a great educator, I really like the approach of teaching.
    Thanks for making such a greate content

  • @pratikshyapoudel7337
    @pratikshyapoudel7337 10 місяців тому +3

    Hatsss off to your teaching styleee bro 🎉🎉🫡

  • @jitendra-ky
    @jitendra-ky 2 місяці тому

    I love the way to explain each concept in a very structured and practical way. ⭐

  • @anandraina4047
    @anandraina4047 9 місяців тому +1

    best tutorial on docker in hindi hands down

  • @abhaypundora6841
    @abhaypundora6841 Місяць тому

    Bro's teaching method is top notch 🔥

  • @shubhankigupta
    @shubhankigupta 5 місяців тому

    Thankyou so much Piyush. This is one of the best explanation of docker I have ever seen .

  • @kartikbhatt1695
    @kartikbhatt1695 7 місяців тому

    This is the best course that I've seen on docker.
    Thanks a ton!!!

  • @BlontLosh
    @BlontLosh 10 днів тому

    really nice video was able to understand a lot , really helpful thank you Piyush Garg

  • @VishalSingh-rx4if
    @VishalSingh-rx4if 11 місяців тому +1

    loved the crisp demo on compose. thanks

  • @shashwat694
    @shashwat694 7 місяців тому

    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

  • @vishwajeet21sharma
    @vishwajeet21sharma Рік тому +3

    Loved your video😊
    The simplicity with which you teach is outstanding

  • @abhinavbansal-cc8gr
    @abhinavbansal-cc8gr День тому

    best video on docker ever

  • @aadishjain8827
    @aadishjain8827 10 місяців тому

    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.

  • @amitmaurya9834
    @amitmaurya9834 2 місяці тому

    such a great explanation, really happy to find you on UA-cam !

  • @Vishal-nc8ju
    @Vishal-nc8ju 9 місяців тому

    cleanest explanation ever, though I already know about this, still I watched the whole video without skipping anything

  • @iSiddharthRao69
    @iSiddharthRao69 Рік тому +2

    Amazing understanding you have about docker. Can't wait for next part. Please release soon.

  • @mohitbansal321
    @mohitbansal321 Рік тому

    Thanks for clearing the difference between images and container

  • @svarajdhanulkar1791
    @svarajdhanulkar1791 10 місяців тому +4

    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

  • @gmjitendra
    @gmjitendra 11 місяців тому +1

    Excellent Piyush. Thank you so much for this informative tutorial.

  • @SajibHossain-u3r
    @SajibHossain-u3r 3 місяці тому

    Thanks for the tuturoial. Your teaching style is awesome

  • @kcreations5478
    @kcreations5478 6 місяців тому

    Thank You Very Much Piyush Bhai...Very Useful Video...Love From Odisha ❤

  • @subhamjyoti4189
    @subhamjyoti4189 7 місяців тому

    Thanks a lot for this simple and elegant way of making video

  • @sayankarmakar13
    @sayankarmakar13 Рік тому +1

    I am very thankful to you that bringing this video ❤

  • @muneebrasheed6843
    @muneebrasheed6843 Рік тому

    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

  • @invostudio9809
    @invostudio9809 3 місяці тому

    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.

  • @parikhitkkkk6569
    @parikhitkkkk6569 Рік тому

    Great bhaiya me kal se dhundh raha tha docker ke bare me app ne toh video la dia

  • @gangadhar0906
    @gangadhar0906 3 місяці тому

    Superb explanation. Hats of you

  • @iqramajid8491
    @iqramajid8491 2 місяці тому

    Thank you so much for your amazing video .Your clear explanation really helped me understand it better.💝

  • @akshaykothari9946
    @akshaykothari9946 10 місяців тому

    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.

  • @samirgorai2825
    @samirgorai2825 6 місяців тому

    thanks for this video ,simplified way to start learing docker

  • @LearnDEwithAmartya
    @LearnDEwithAmartya 7 місяців тому

    Thank you so much for this video. The explanation was smooth and simple, it was really easy to understand.

  • @julurisaiteja8853
    @julurisaiteja8853 Рік тому +7

    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

  • @abhixh3k
    @abhixh3k Рік тому +1

    love your teaching style

  • @codehunter3343
    @codehunter3343 7 місяців тому

    Very interactive and knowledgeable session. Great work!

  • @santosh-kumawat
    @santosh-kumawat 5 місяців тому +2

    Please create a detailed video on Kubernetes.

  • @CipherBlade22
    @CipherBlade22 Рік тому

    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 🚩

  • @parassharma7041
    @parassharma7041 Рік тому

    recently I had to use old node js and mondodb version and I learned docker for this , great video thanks.

  • @mustfeel
    @mustfeel 3 місяці тому

    Amazing Tutorial, very helpful.

  • @sujjee
    @sujjee Рік тому +1

    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.

  • @phantomcatprojects8546
    @phantomcatprojects8546 Рік тому

    I was searching for a good Docker tutorial
    and GG boi made the full tutorial

  • @mahesh_kok
    @mahesh_kok 8 місяців тому

    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

  • @farhaankazi7134
    @farhaankazi7134 6 місяців тому

    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.

  • @pranaykosulkar641
    @pranaykosulkar641 2 місяці тому

    Thank you so much Piyush, It really helped me a lot 😄

  • @rohitpatilrs5407
    @rohitpatilrs5407 9 місяців тому +1

    You earned one subscriber brother ❤ great explanation...

  • @samiranroyy1700
    @samiranroyy1700 29 днів тому

    Great sir , ❤❤❤❤❤❤❤great sir.... really thank you so much 😊😊

  • @namannema3349
    @namannema3349 4 місяці тому

    thanks bhaiya got the idea of how docker works

  • @Aitool-r3q
    @Aitool-r3q 9 місяців тому

    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

  • @jatinsharma3792
    @jatinsharma3792 11 місяців тому +1

    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.

  • @hisikes8188
    @hisikes8188 Рік тому +1

    Stopping NodeJS containers always takes time because it does some clean up to free up the internal resources and setup
    Hope it helps!

  • @MandarKarekar
    @MandarKarekar 7 місяців тому

    Great video.. simple explanation...Piyush we need course on Devops

  • @MuhammadAbdullah-t3m8w
    @MuhammadAbdullah-t3m8w 3 місяці тому

    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.

  • @danishimran3555
    @danishimran3555 10 місяців тому

    Your teaching style is awesome man. Keep it up! :D

  • @shankar3459
    @shankar3459 9 місяців тому

    Such an awesome video, Great Explanation, No bro you are not lying about browser redirecting wrongly, I myself have faced this issue. 😄

  • @bhanugopaldash7040
    @bhanugopaldash7040 4 місяці тому

    Suggestion Alert : Please upload a video "General exceptions and troubleshooting" . I would love to watch.

  • @azizurrehman9365
    @azizurrehman9365 7 місяців тому

    Great.. so much fun while learning.. I enjoyed it...

  • @rohitvishwakarma8550
    @rohitvishwakarma8550 Рік тому

    Way of explanation is very good and helpful.

  • @meghamisra5622
    @meghamisra5622 6 місяців тому

    Awesome explanation. I was trying to understand how containers work. Can you please also provide a video on Kubernetes?

  • @krishnapande8941
    @krishnapande8941 11 місяців тому

    Simple and Easy explanation thnx for the eforts

  • @snehakadur2947
    @snehakadur2947 2 місяці тому

    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

  • @waqaraslam9538
    @waqaraslam9538 26 днів тому

    Nice explanation . Thank you.

  • @DigvijayKirtiVerma
    @DigvijayKirtiVerma 5 місяців тому +1

    @Piyush Could you please make a dedicated video on Kubernetes with a practical scenario to understand.

  • @BlendIdea
    @BlendIdea Місяць тому

    thank you very much dude learnt something that actually helps me ;)