Тёмный
No video :(

A practical guide on Docker with projects | Docker Course 

Hitesh Choudhary
Подписаться 934 тыс.
Просмотров 174 тыс.
50% 1

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

Опубликовано:

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 237   
@itstechshow7747
@itstechshow7747 3 месяца назад
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 Год назад
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 Год назад
No word's to explain how thankful and blessed we are sir...
@HiteshCodeLab
@HiteshCodeLab Год назад
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
@purushottamkhedre3279
@purushottamkhedre3279 Год назад
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.
@zanemartini7178
@zanemartini7178 Год назад
Thanks
@prajwalpkulkarni
@prajwalpkulkarni Год назад
thanks a ton! i was stuck here :)
@arunkumark1596
@arunkumark1596 Год назад
Thanks for this awesome comment😁😁
@ravikishankumar332
@ravikishankumar332 Год назад
Thank you so much bro...I wasted my 30min here n there....
@shreyanshrai2200
@shreyanshrai2200 7 месяцев назад
Thanks
@neamulkabiremon
@neamulkabiremon 5 месяцев назад
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.
@harshacharya2084
@harshacharya2084 Год назад
I highly Appreciate your efforts you are great teacher I loved your typerscript videos. 🔥🔥
@HiteshCodeLab
@HiteshCodeLab Год назад
Thanks
@xavelor
@xavelor 8 дней назад
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!
@abhayverma6300
@abhayverma6300 Год назад
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.
@Lifeoftrends34
@Lifeoftrends34 Год назад
P
@tusharthakur3800
@tusharthakur3800 Год назад
Q
@Rahul-gl5ux
@Rahul-gl5ux Год назад
Yess
@morecoinbull
@morecoinbull 7 месяцев назад
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
@velmurugans90
@velmurugans90 6 месяцев назад
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.
@saurabhchoudhary9143
@saurabhchoudhary9143 Год назад
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 месяца назад
@@manusharma9089 These are small projects only which u cant put in resume. But its 4 i guess.
@shuvambhowmick7674
@shuvambhowmick7674 Год назад
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"
@manusharma9089
@manusharma9089 Год назад
how many projects he made in this video ?
@infotainment4084
@infotainment4084 11 месяцев назад
thanks
@yunusyas3158
@yunusyas3158 7 месяцев назад
thanks
@andrewperez8488
@andrewperez8488 11 месяцев назад
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
@RaushanKumar-bb4pe
@RaushanKumar-bb4pe Год назад
Hitesh sir never fails to surprises. No "prepromises" only surprises.
@HiteshCodeLab
@HiteshCodeLab Год назад
Expectations kills
@RaushanKumar-bb4pe
@RaushanKumar-bb4pe Год назад
@@HiteshCodeLab indeed. Thanks for your commitment in the batch and in the community 😃
@channuangadi7504
@channuangadi7504 Год назад
This is how one should explain to beginners Crystal 🔮 clear explanation
@aravindsanjeev4150
@aravindsanjeev4150 Год назад
Wow🤩. Please do more of in depth tutorials. Currently enjoying your typescript class.
@HiteshCodeLab
@HiteshCodeLab Год назад
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 Год назад
Thank you Hitesh. As always, love your content with crystal-clear explanation. Looking forward for more in-depth DevOps Videos.
@fusssgy8190
@fusssgy8190 Год назад
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 🤟
@dss963
@dss963 4 месяца назад
When you create such long videos please ensure you have timestamps included as well
@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
@architkumar1265
@architkumar1265 4 месяца назад
You explain the technical concepts in such a simple way, Thanku for your efforts sir!!!
@harshitnayan2925
@harshitnayan2925 28 дней назад
loved the video, can't wait for more devops related content, something like a kubernetes micro services project
@mdsuwebreza4339
@mdsuwebreza4339 Год назад
This is the actual thing that I was looking for... Thank you sir 😁.
@HiteshCodeLab
@HiteshCodeLab Год назад
You are welcome
@mandardandekar4456
@mandardandekar4456 29 дней назад
Great course! It was really helpful! I took 5 days to complete it! We need microservices using java course next!
@xyvielyons-kh8vw
@xyvielyons-kh8vw 4 месяца назад
thank you so much Hitesh. This was the most simplest tutorial to understand about docker
@tenzinwoeser6842
@tenzinwoeser6842 11 месяцев назад
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
@ROVAKAN
@ROVAKAN 11 месяцев назад
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
@surajmauryaofficial
@surajmauryaofficial Год назад
Was waiting for this only sir. Thank you ☺️
@HiteshCodeLab
@HiteshCodeLab Год назад
😁
@Raadha_Ji
@Raadha_Ji Год назад
Thanks for this !! waiting for more Content for Docker and K8 (from scratch for K8 😊)
@Ycneuqerfesiar
@Ycneuqerfesiar 2 месяца назад
You are an awesome teacher! Thank you!👍❤
@Sarvesh_Coder
@Sarvesh_Coder Год назад
I'm falling in love with ur content and also with the HRX cap.
@santoshgangal5398
@santoshgangal5398 Год назад
Amazing Explanation with every bit of details. Thanks so much. Love to get more videos on Docker. Salute
@praveens6103
@praveens6103 Год назад
Thank you so much sir I love such series 😍🥰
@HiteshCodeLab
@HiteshCodeLab Год назад
Thanks
@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
@rakeshveepuri8190
@rakeshveepuri8190 Год назад
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
@ganeshsubramanian6217
@ganeshsubramanian6217 Год назад
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.
@goldenbuffalo6074
@goldenbuffalo6074 7 дней назад
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 ?
@vsharma1991
@vsharma1991 Год назад
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 ?
@thamiiee
@thamiiee Год назад
Much love from South Africa 🎉
@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*
@devwebj7686
@devwebj7686 Год назад
thank you sir, really enjoyed and learnt a lot!.
@Nikhil-qi4oz
@Nikhil-qi4oz Год назад
Learning from you each day, my friend. Great content, not only in this video but other videos as well. Keep up the good work!
@sandipbera35
@sandipbera35 5 месяцев назад
Ultimate course for docker , thanks hites ❤❤❤❤
@darshanborse7872
@darshanborse7872 Год назад
I was waiting for this course. Thank you sir 😇
@arihantjain5627
@arihantjain5627 4 месяца назад
That backslash trick not working in mine anyone know solution?
@omdusane8685
@omdusane8685 22 дня назад
If you are on command prompt or powershell use ^ instead of \
@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."
@sip360
@sip360 Год назад
Only content no gas thankyou so much sir
@satyasmart9280
@satyasmart9280 Год назад
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☺
@HiteshCodeLab
@HiteshCodeLab Год назад
Thanks
@user-kz3fw8pw3x
@user-kz3fw8pw3x 11 месяцев назад
great stuff, best video on docker I have seen so far.
@nigam_sharma
@nigam_sharma 8 месяцев назад
Watching at 1am on 30 December 2023. Thankyou Hitesh Sir
@netflixaddicted3772
@netflixaddicted3772 8 месяцев назад
The world is indeed a small place 😂
@nigam_sharma
@nigam_sharma 7 месяцев назад
😂😂
@nigam_sharma
@nigam_sharma 7 месяцев назад
Again come here to continue at 3 am😂
@nigam_sharma
@nigam_sharma 7 месяцев назад
​@@netflixaddicted3772😂
@pascaleobiorah5407
@pascaleobiorah5407 7 месяцев назад
Great tutor! Great content! Awesome! Crystal-clear!
@udaypatel5350
@udaypatel5350 2 дня назад
Thank a lot really great content
@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.
@tech_channel110
@tech_channel110 9 месяцев назад
very well explained sir keep helping us thank you for quality content
@tejasvenugopalan115
@tejasvenugopalan115 6 месяцев назад
This is really good. Want more devops video
@MhmdGhdbn
@MhmdGhdbn 3 месяца назад
Pretty neat tutorial . Much appreciated mate!
@sip360
@sip360 Год назад
Hello Hitesh sir Can we expect a kubernetes course with docker from you?
@beeeeeee42333
@beeeeeee42333 Год назад
Thanks Santa for pre christmas gift
@HiteshCodeLab
@HiteshCodeLab Год назад
😁😁
@gyanshree6203
@gyanshree6203 Год назад
best docker course on the internet , thanks sir 🥰
@HiteshCodeLab
@HiteshCodeLab Год назад
Glad you think so!
@manusharma9089
@manusharma9089 Год назад
how many projects he has made in this video ?
@adii_srivastava
@adii_srivastava 8 месяцев назад
Thank you so much for this wonderful course.🤩
@CapricornByteJourney-kq8ql
@CapricornByteJourney-kq8ql 5 месяцев назад
Thanks for the tutorial Hitesh!!
@tonnytei2210
@tonnytei2210 3 месяца назад
Truely grateful for this
@chiatuirodaniel673
@chiatuirodaniel673 7 месяцев назад
2 minutes into the video i already subscribe to your channel.
@makeauthority
@makeauthority Год назад
it's a great video. we need more videos on DevOps please make a video on Kubernetes.
@parthpitroda35
@parthpitroda35 4 месяца назад
I'm watching this on 4th April 2024 can i still follow along the video to learn docker?
@manish-mk
@manish-mk Год назад
Such a gold content !
@paritbhardwaj019
@paritbhardwaj019 Год назад
1:16:55 First Create network and then use that network docker network create -d bridge your_network_name
@idkknow-mg5rz
@idkknow-mg5rz Год назад
you're the only indian that i love in india ❤
@user-hs1zd2jc8d
@user-hs1zd2jc8d Год назад
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 ?
@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?
@vikastangudu712
@vikastangudu712 9 месяцев назад
Such a nice video, Thank You.
@l1v360
@l1v360 5 месяцев назад
Thank you, it was really good video
@parimalsrivastava5061
@parimalsrivastava5061 7 месяцев назад
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 28 дней назад
Use ^ instead to make it work on windows
@creepopsub2936
@creepopsub2936 15 дней назад
@@subhradeepbasu2564 oh wow im gonna try this now. thanks buddy
@hitendrasingh01
@hitendrasingh01 10 месяцев назад
understood everything, thankyou.
@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 Год назад
Back to Jaipur? I was there for few days, Amazing city 💕
@HiteshCodeLab
@HiteshCodeLab Год назад
Yes it is
@pankajthapaliya2336
@pankajthapaliya2336 Год назад
I just started with your docker course on LCO. Now I'm confused which one to go with xD
@prateekjha9051
@prateekjha9051 Год назад
@Hitesh Ahhh...a very insightful... Gracias
@HiteshCodeLab
@HiteshCodeLab Год назад
Thanks
@sagarwork-vt2yo
@sagarwork-vt2yo 21 день назад
good course
@rahulkr7349
@rahulkr7349 Месяц назад
Really helpful video.
@Sanjay-ie4ui
@Sanjay-ie4ui Год назад
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?
@Viralvlogvideos
@Viralvlogvideos Год назад
Great video
@HiteshCodeLab
@HiteshCodeLab Год назад
Thanks
@firosiam7786
@firosiam7786 Год назад
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
@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.
@shamshadalam6618
@shamshadalam6618 Год назад
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
@user-ip4uz4jw8f
@user-ip4uz4jw8f 2 месяца назад
Thanks bhai ❤
@sujith5441
@sujith5441 Год назад
When I change the volume name to something new and restart the containers, the frontend still shows data from old volume.
@mentor.bilal1
@mentor.bilal1 6 месяцев назад
amazing lecture
@jsmithtraveller
@jsmithtraveller Месяц назад
Thank you
@hetpatel9503
@hetpatel9503 6 месяцев назад
Es tutorial se koi docker sikh le me apna name change karneke liye ready hu
@rashidsiddiqui4502
@rashidsiddiqui4502 11 дней назад
thank u sir
@anirudhcodes
@anirudhcodes Год назад
Fantastic video sir ❤❤
@reedamranjan6367
@reedamranjan6367 Год назад
@Hitesh Choudhary What have you used in your terminal that gives you autosuggestion ?
@sedraczek
@sedraczek 7 месяцев назад
How to you see in your terminal docker hints when you type commands?
@swen-1075
@swen-1075 6 месяцев назад
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.
@devindissanayaka8116
@devindissanayaka8116 2 месяца назад
Best teacher ever. Thank you hitesh 🎉❤
@hydraanshul
@hydraanshul Год назад
is it for real that we get this valuable docker tutorial for free someone pinch me thank you hitesh sir love you
@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 ?
@benstonnihal6802
@benstonnihal6802 Год назад
Thank you !! Thank you !!
@yashpawar1766
@yashpawar1766 3 месяца назад
47:00 to 53:00 docker-compose 1:41:00
Далее
Complete Kubernetes Course | Deploy MERN app
1:22:51
Просмотров 124 тыс.
YAML crash course
20:51
Просмотров 88 тыс.
O'ZBEK VA TOJIKLAR ROSSIYADA TERAKT UYUSHTIRISHDI!
08:41
The intro to Docker I wish I had when I started
18:27
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
Docker Tutorial for Beginners
50:38
Просмотров 25 тыс.
Using docker in unusual ways
12:58
Просмотров 441 тыс.
How does a browser work ? | Engineering side
30:22
Просмотров 84 тыс.
100+ Docker Concepts you Need to Know
8:28
Просмотров 926 тыс.
Ultimate Docker Compose Tutorial
1:03:14
Просмотров 167 тыс.
Learn Docker in 1 Hour | Full Docker Course for Beginners
1:27:53