A practical guide on Docker with projects | Docker Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024
  • Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdo...
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...

ความคิดเห็น • 238

  • @itstechshow7747
    @itstechshow7747 3 หลายเดือนก่อน +9

    I deeply appreciate your help. As a beginner, I feel like I am laying a strong foundation. After just one hour of watching, I couldn't resist expressing my gratitude again.

  • @tahirjanwari8775
    @tahirjanwari8775 ปีที่แล้ว +24

    Hey hitesh when you said at the start of the video "I know a better way to teach and learn things" you really meant it. Thankyou so much. i jus loved the the approach.

  • @utsavupadhyay6819
    @utsavupadhyay6819 ปีที่แล้ว +12

    No word's to explain how thankful and blessed we are sir...

    • @HiteshCodeLab
      @HiteshCodeLab  ปีที่แล้ว +8

      Happy to help

    • @adityaraj-zm7zk
      @adityaraj-zm7zk 2 หลายเดือนก่อน

      ocker run -p 27017:27017 -e ME_CONFIG_MONGODB_ADMINUSERNAME=admin -e ME_CONFIG_MONGODB_ADMINPASSWORD=password --name mongoas --net mongo-network -d mongo
      2c88e0e277f837200dfb55e564fb28c07078c21eebdb457a20b84ce0bb557472
      docker: Error response from daemon: network mongo-network not found. what is the problem

    • @adityaraj-zm7zk
      @adityaraj-zm7zk 2 หลายเดือนก่อน

      docker run -p 27017:27017 -e ME_CONFIG_MONGODB_ADMINUSERNAME=admin -e ME_CONFIG_MONGODB_ADMINPASSWORD=password --name mongoas --net mongo-network -d mongo
      2c88e0e277f837200dfb55e564fb28c07078c21eebdb457a20b84ce0bb557472
      docker: Error response from daemon: network mongo-network not found. what is the problem

  • @neamulkabiremon
    @neamulkabiremon 5 หลายเดือนก่อน +3

    Although I have watched so many videos and tutorials, even a paid course, this video taught me everything I needed to know to get started with Docker. I am grateful to you, hitesh sir.

    • @seekhoaursikhao4046
      @seekhoaursikhao4046 3 หลายเดือนก่อน

      No docker video series yet with the same voice and same pitch , waiting as a free mode, becoz we believe knowledge sharing.

  • @velmurugans90
    @velmurugans90 6 หลายเดือนก่อน +1

    I'm mobile developer. I didn't used docker in my life. Started learning docker now, after watching your video i got a confidence in docoker. Very clear explanation. Thanks for the video. Really i liked it very much.

  • @purushottamkhedre3279
    @purushottamkhedre3279 ปีที่แล้ว +49

    At 1:16:55, I think before connecting to some network we have to create a network using the command:
    $ docker network create --driver bridge some-network
    otherwise we will get the error: docker: Error response from daemon: network mongo-network not found.

  • @abhayverma6300
    @abhayverma6300 ปีที่แล้ว +9

    Sir these kind of long videos are actually very good specially when you just want a kickstart your journey . Keep working on these types of videos sir hats off to you.

  • @xavelor
    @xavelor 11 วันที่ผ่านมา

    Found this video just when I needed it. I learned more in 2 hours from this than I have trying to piece it together myself. Thank you!

  • @morecoinbull
    @morecoinbull 7 หลายเดือนก่อน +3

    Great Video Man. Thanks again for doing this. For any one Having an Issue getting the "Error response from daemon: network mongo-network not found" all you need to do is create the network first. Just input "docker network create -d bridge mongo-network" then try the command to create the instance again

  • @harshacharya2084
    @harshacharya2084 ปีที่แล้ว +15

    I highly Appreciate your efforts you are great teacher I loved your typerscript videos. 🔥🔥

  • @RaushanKumar-bb4pe
    @RaushanKumar-bb4pe ปีที่แล้ว +3

    Hitesh sir never fails to surprises. No "prepromises" only surprises.

    • @HiteshCodeLab
      @HiteshCodeLab  ปีที่แล้ว +4

      Expectations kills

    • @RaushanKumar-bb4pe
      @RaushanKumar-bb4pe ปีที่แล้ว

      @@HiteshCodeLab indeed. Thanks for your commitment in the batch and in the community 😃

  • @andrewperez8488
    @andrewperez8488 11 หลายเดือนก่อน +3

    Hitesh I found your videos yesterday. Wanted to share that I absolutely love your teaching style and simple and colorful explanations. Love what you are doing, keep it up! Subbed

    • @HiteshCodeLab
      @HiteshCodeLab  11 หลายเดือนก่อน

      Thanks and welcome

  • @saurabhchoudhary9143
    @saurabhchoudhary9143 ปีที่แล้ว +9

    Thanks for the amazing video. Expecting a whole playlist on the world of Devops.
    Your videos are really awesome both content and quality wise.. Keep up the good work

    • @manusharma9089
      @manusharma9089 ปีที่แล้ว

      how many projects he has made in this video ?

    • @creepopsub2936
      @creepopsub2936 2 หลายเดือนก่อน +1

      @@manusharma9089 These are small projects only which u cant put in resume. But its 4 i guess.

  • @channuangadi7504
    @channuangadi7504 ปีที่แล้ว +2

    This is how one should explain to beginners
    Crystal 🔮 clear explanation

  • @aravindsanjeev4150
    @aravindsanjeev4150 ปีที่แล้ว +8

    Wow🤩. Please do more of in depth tutorials. Currently enjoying your typescript class.

    • @HiteshCodeLab
      @HiteshCodeLab  ปีที่แล้ว +9

      This one is more than enough for docker

    • @aravindsanjeev4150
      @aravindsanjeev4150 ปีที่แล้ว

      @@HiteshCodeLab Yea. I meant courses like these. They're amazing and well articulated.

    • @krishnakafact4724
      @krishnakafact4724 ปีที่แล้ว

      ​@@HiteshCodeLab

  • @faisalraj6654
    @faisalraj6654 ปีที่แล้ว +3

    Thank you Hitesh. As always, love your content with crystal-clear explanation. Looking forward for more in-depth DevOps Videos.

  • @Android-17
    @Android-17 6 หลายเดือนก่อน

    Only Docker course you will need to get started.
    As a bonus you will also learn : how to navigate through documentation.
    Excellent content as always🌟
    *Thank You Hitesh SIR*

  • @fusssgy8190
    @fusssgy8190 ปีที่แล้ว +2

    Hey Hitesh, thank you for making this video. I have watched a lot of docker tutorials, this is my favorite one so far. You digested so much information to this. Good Job 🤟

  • @shivamchawla3171
    @shivamchawla3171 4 หลายเดือนก่อน

    i am amazed to see you ar
    e fluent in english as well as hindi and the way you know all the things like web development,data science and devops and about life also

  • @shuvambhowmick7674
    @shuvambhowmick7674 ปีที่แล้ว +16

    Great video! I believe you missed one part where you have to create the mongo-network (1:18:10) before running the following command " docker run -p 27017:27017 -e ME_CONFIG_MONGODB_ADMINUSERNAME=admin -e ME_CONFIG_MONGODB_ADMINPASSWORD=password --name mongodb --net mongo-network -d mongo". I wasn't able to run this command until I created a docker network through the following line: "docker network create mongo-network"

  • @architkumar1265
    @architkumar1265 4 หลายเดือนก่อน

    You explain the technical concepts in such a simple way, Thanku for your efforts sir!!!

  • @mandardandekar4456
    @mandardandekar4456 หลายเดือนก่อน

    Great course! It was really helpful! I took 5 days to complete it! We need microservices using java course next!

  • @harshitnayan2925
    @harshitnayan2925 หลายเดือนก่อน

    loved the video, can't wait for more devops related content, something like a kubernetes micro services project

  • @xyvielyons-kh8vw
    @xyvielyons-kh8vw 4 หลายเดือนก่อน

    thank you so much Hitesh. This was the most simplest tutorial to understand about docker

  • @mdsuwebreza4339
    @mdsuwebreza4339 ปีที่แล้ว +3

    This is the actual thing that I was looking for... Thank you sir 😁.

  • @Sarvesh_Coder
    @Sarvesh_Coder ปีที่แล้ว

    I'm falling in love with ur content and also with the HRX cap.

  • @dss963
    @dss963 4 หลายเดือนก่อน +2

    When you create such long videos please ensure you have timestamps included as well

  • @santoshgangal5398
    @santoshgangal5398 ปีที่แล้ว

    Amazing Explanation with every bit of details. Thanks so much. Love to get more videos on Docker. Salute

  • @satyasmart9280
    @satyasmart9280 ปีที่แล้ว +3

    You're very very transparent man!
    Great content.. This is how we learn things
    Actually you need not to ask us to Subscribe... You content speaks a lot
    Thank you for this video. awaiting for that docker series☺

  • @tenzinwoeser6842
    @tenzinwoeser6842 11 หลายเดือนก่อน +1

    Enjoyed this. Will be going to look into how to containerise MERN/NEXT app. Thank you and please let me know if you already have a series on that. Thanks

  • @surajmauryaofficial
    @surajmauryaofficial ปีที่แล้ว +3

    Was waiting for this only sir. Thank you ☺️

  • @rakeshveepuri8190
    @rakeshveepuri8190 ปีที่แล้ว +1

    Bro you are awesome the way you have explained everything in detail is superb. I have a small request, can you make a detailed video for Jenkins as well if possible please

  • @ROVAKAN
    @ROVAKAN 11 หลายเดือนก่อน +1

    Docker is not vm , but it needs linux kernel , so if you install it on windows machine it will need linux virtual machine so it can share the kernel to all running docker containers which executed with diffrent pids

  • @goldenbuffalo6074
    @goldenbuffalo6074 10 วันที่ผ่านมา

    Appreciate the guide. Very easy to follow along.
    I notice a suggestion box popped up when you type commands in terminal. Is this a MAC thing or some tool that you installed ?

  • @Ycneuqerfesiar
    @Ycneuqerfesiar 2 หลายเดือนก่อน

    You are an awesome teacher! Thank you!👍❤

  • @Raadha_Ji
    @Raadha_Ji ปีที่แล้ว +1

    Thanks for this !! waiting for more Content for Docker and K8 (from scratch for K8 😊)

  • @sandipbera35
    @sandipbera35 5 หลายเดือนก่อน

    Ultimate course for docker , thanks hites ❤❤❤❤

  • @supremeleader5516
    @supremeleader5516 2 หลายเดือนก่อน

    first half of video was easy to grab, second part was above head but hey, i got the idea. now i can watch some other easy tutorial

  • @jay_wright_thats_right
    @jay_wright_thats_right 3 หลายเดือนก่อน

    Hitesh reading Docker's documentation is funny. You can see he feels like us. We all have said, "stop trying to sound smart and use common language."

  • @darshanborse7872
    @darshanborse7872 ปีที่แล้ว +1

    I was waiting for this course. Thank you sir 😇

  • @praveens6103
    @praveens6103 ปีที่แล้ว +3

    Thank you so much sir I love such series 😍🥰

  • @user-kz3fw8pw3x
    @user-kz3fw8pw3x 11 หลายเดือนก่อน

    great stuff, best video on docker I have seen so far.

  • @vsharma1991
    @vsharma1991 ปีที่แล้ว +4

    Hi Hitesh. Thanks for creating this video.
    If possible can you please add chapters which helpful for checking some specific topic. because some revision of any topic is necessary

    • @manusharma9089
      @manusharma9089 ปีที่แล้ว

      how many projects he has made in this video ?

  • @ganeshsubramanian6217
    @ganeshsubramanian6217 ปีที่แล้ว +4

    Hi Hitesh, do you have plans for a course on Full Stack GoLang in the coming days. It will be very helpful if you can launch one.

  • @sip360
    @sip360 ปีที่แล้ว

    Only content no gas thankyou so much sir

  • @gyanshree6203
    @gyanshree6203 ปีที่แล้ว +3

    best docker course on the internet , thanks sir 🥰

    • @HiteshCodeLab
      @HiteshCodeLab  ปีที่แล้ว +2

      Glad you think so!

    • @manusharma9089
      @manusharma9089 ปีที่แล้ว

      how many projects he has made in this video ?

  • @nigam_sharma
    @nigam_sharma 8 หลายเดือนก่อน

    Watching at 1am on 30 December 2023.
    Thankyou Hitesh Sir

    • @netflixaddicted3772
      @netflixaddicted3772 8 หลายเดือนก่อน +1

      The world is indeed a small place 😂

    • @nigam_sharma
      @nigam_sharma 8 หลายเดือนก่อน

      😂😂

    • @nigam_sharma
      @nigam_sharma 8 หลายเดือนก่อน

      Again come here to continue at 3 am😂

    • @nigam_sharma
      @nigam_sharma 8 หลายเดือนก่อน

      ​@@netflixaddicted3772😂

  • @Nikhil-qi4oz
    @Nikhil-qi4oz ปีที่แล้ว +1

    Learning from you each day, my friend. Great content, not only in this video but other videos as well. Keep up the good work!

  • @devwebj7686
    @devwebj7686 ปีที่แล้ว +2

    thank you sir, really enjoyed and learnt a lot!.

  • @tech_channel110
    @tech_channel110 9 หลายเดือนก่อน

    very well explained sir
    keep helping us
    thank you for quality content

  • @pascaleobiorah5407
    @pascaleobiorah5407 8 หลายเดือนก่อน

    Great tutor! Great content! Awesome! Crystal-clear!

  • @arihantjain5627
    @arihantjain5627 4 หลายเดือนก่อน +6

    That backslash trick not working in mine anyone know solution?

    • @omdusane8685
      @omdusane8685 24 วันที่ผ่านมา

      If you are on command prompt or powershell use ^ instead of \

  • @thamiiee
    @thamiiee ปีที่แล้ว +1

    Much love from South Africa 🎉

  • @daani786
    @daani786 หลายเดือนก่อน

    this video helped me a lot with docker basics, thanks for making this video. can you please tell me what kind of app you are using to get command suggestions in mac terminal and for visual studio code.

  • @tejasvenugopalan115
    @tejasvenugopalan115 6 หลายเดือนก่อน

    This is really good. Want more devops video

  • @adii_srivastava
    @adii_srivastava 8 หลายเดือนก่อน

    Thank you so much for this wonderful course.🤩

  • @user-hs1zd2jc8d
    @user-hs1zd2jc8d ปีที่แล้ว +1

    Hi Hitesh, first of all thanks a lot for the video, I was able to understand everything you said,
    I was wondering which extension or plugin or software were you using for the suggestion feature in the terminal, and is it available for windows and linux ?

  • @MhmdGhdbn
    @MhmdGhdbn 3 หลายเดือนก่อน

    Pretty neat tutorial . Much appreciated mate!

  • @udaypatel5350
    @udaypatel5350 4 วันที่ผ่านมา

    Thank a lot really great content

  • @devindissanayaka8116
    @devindissanayaka8116 2 หลายเดือนก่อน

    Best teacher ever. Thank you hitesh 🎉❤

  • @Sanjay-ie4ui
    @Sanjay-ie4ui ปีที่แล้ว +4

    Thank you, Hitesh sir for this Course. Learning from you has always been an effective way to learn something for me.
    By the way, could someone tell me the font name?

  • @idkknow-mg5rz
    @idkknow-mg5rz ปีที่แล้ว

    you're the only indian that i love in india ❤

  • @sip360
    @sip360 ปีที่แล้ว +4

    Hello Hitesh sir Can we expect a kubernetes course with docker from you?

  • @manish-mk
    @manish-mk ปีที่แล้ว +1

    Such a gold content !

  • @chiatuirodaniel673
    @chiatuirodaniel673 7 หลายเดือนก่อน

    2 minutes into the video i already subscribe to your channel.

  • @tonnytei2210
    @tonnytei2210 3 หลายเดือนก่อน

    Truely grateful for this

  • @makeauthority
    @makeauthority ปีที่แล้ว

    it's a great video. we need more videos on DevOps please make a video on Kubernetes.

  • @abhisheknikam5007
    @abhisheknikam5007 2 วันที่ผ่านมา

    Hello sir I started building basic flask app on docker and image is created and it gives status "inuse" but in container it started and after starting it stops immediately (Exited) what to do ?
    please help!

  • @CapricornByteJourney-kq8ql
    @CapricornByteJourney-kq8ql 5 หลายเดือนก่อน

    Thanks for the tutorial Hitesh!!

  • @shamshadalam6618
    @shamshadalam6618 ปีที่แล้ว +1

    Why we learn Docker on windows and Mac ?? Since docker is from Linux family!!! Even if you are using docker on Mac and windows it support llinux file only

  • @mischief9499
    @mischief9499 หลายเดือนก่อน

    Question: a docker container can access the host network by default? i hard coded the conn string of a db in the container application, db is on the same network as of the host network. The container app was able to query from the db. How is this possible?

  • @parimalsrivastava5061
    @parimalsrivastava5061 7 หลายเดือนก่อน +2

    hey how to goto new line in docker in terminal
    i first put \ in my terminal but didnt worked
    so what should i do @hitesh
    plz help

    • @creepopsub2936
      @creepopsub2936 2 หลายเดือนก่อน

      you cant do that in windows.

    • @subhradeepbasu2564
      @subhradeepbasu2564 หลายเดือนก่อน

      Use ^ instead to make it work on windows

    • @creepopsub2936
      @creepopsub2936 18 วันที่ผ่านมา

      @@subhradeepbasu2564 oh wow im gonna try this now. thanks buddy

  • @reggie9550
    @reggie9550 7 หลายเดือนก่อน

    Looking forward to register for more courses in your portal. Looks like they are down.. please check.. Docker well explained.. thank you!!

  • @JayeshDhandha
    @JayeshDhandha ปีที่แล้ว +1

    Back to Jaipur? I was there for few days, Amazing city 💕

  • @jitendersingh9473
    @jitendersingh9473 ปีที่แล้ว

    Waiting for this 🙌

  • @parthpitroda35
    @parthpitroda35 4 หลายเดือนก่อน

    I'm watching this on 4th April 2024 can i still follow along the video to learn docker?

  • @rahulkr7349
    @rahulkr7349 2 หลายเดือนก่อน

    Really helpful video.

  • @pankajthapaliya2336
    @pankajthapaliya2336 ปีที่แล้ว

    I just started with your docker course on LCO. Now I'm confused which one to go with xD

  • @hydraanshul
    @hydraanshul ปีที่แล้ว

    is it for real that we get this valuable docker tutorial for free someone pinch me thank you hitesh sir love you

  • @vikastangudu712
    @vikastangudu712 9 หลายเดือนก่อน

    Such a nice video, Thank You.

  • @l1v360
    @l1v360 5 หลายเดือนก่อน

    Thank you, it was really good video

  • @sagarwork-vt2yo
    @sagarwork-vt2yo 24 วันที่ผ่านมา

    good course

  • @firosiam7786
    @firosiam7786 ปีที่แล้ว +1

    Could u a project based js vedios it dsnt need to be long just short enough so if we watch and follow along we could also learn to code something from scratch

  • @dilipbaghel9535
    @dilipbaghel9535 ปีที่แล้ว +2

    suggestion : please create a new TH-cam channel for hindi audience also as hindi creators are growing so fast you can also grab these opportunity and it would be very helpful for tier 3 college students also to understand complex topics easily from you

  • @anirudhcodes
    @anirudhcodes ปีที่แล้ว

    Fantastic video sir ❤❤

  • @janyajoshi
    @janyajoshi 11 หลายเดือนก่อน

    though I am midway now, but really Awesome learning experience. I saw the terminal has intellisense. how can we enable that in windows ?

  • @sujith5441
    @sujith5441 ปีที่แล้ว

    When I change the volume name to something new and restart the containers, the frontend still shows data from old volume.

  • @valeraaligator999
    @valeraaligator999 ปีที่แล้ว

    Hi, Hitech. Do you have Linux course? Or it will be in future? ubuntu or fedora

  • @user-ip4uz4jw8f
    @user-ip4uz4jw8f 2 หลายเดือนก่อน

    Thanks bhai ❤

  • @Viralvlogvideos
    @Viralvlogvideos ปีที่แล้ว +1

    Great video

  • @swen-1075
    @swen-1075 7 หลายเดือนก่อน

    Hi sir, sir can you tell us how can we enable suggestion commands in CMD window 10, like in this tutorial whenever you are writing a command its giving you a suggestion window and you can choose the right one , like the snippets in vs code.

  • @hetpatel9503
    @hetpatel9503 6 หลายเดือนก่อน +1

    Es tutorial se koi docker sikh le me apna name change karneke liye ready hu

  • @creepopsub2936
    @creepopsub2936 2 หลายเดือนก่อน

    this flask one i couldn't done is anyone here to help???? i am getting error in requirement file while building the image. i tried removing that line and writing 'RUN pip install flask'. Now Image was build fine. but when i run the containner, it shuts down and says
    2024-06-20 01:09:53 python: can't open file '/app/index.py': [Errno 2] No such file or directory
    Please help anyone asap.

  • @vinaysingh25789
    @vinaysingh25789 8 หลายเดือนก่อน

    Is there any full playlist available for Docker & Kubernetes as mentioned in video?

  • @sedraczek
    @sedraczek 7 หลายเดือนก่อน

    How to you see in your terminal docker hints when you type commands?

  • @paritbhardwaj019
    @paritbhardwaj019 ปีที่แล้ว +1

    1:16:55 First Create network and then use that network
    docker network create -d bridge your_network_name

  • @reedamranjan6367
    @reedamranjan6367 ปีที่แล้ว

    @Hitesh Choudhary What have you used in your terminal that gives you autosuggestion ?

  • @beeeeeee42333
    @beeeeeee42333 ปีที่แล้ว +7

    Thanks Santa for pre christmas gift

  • @dantrrrrr
    @dantrrrrr ปีที่แล้ว

    hi , which extension do you use to suggest command terminal ? i love it .may i know it

  • @mentor.bilal1
    @mentor.bilal1 6 หลายเดือนก่อน

    amazing lecture