Best teacher so far. About a year ago, i was skeptical of moving to anything from react. But this man taught me Next js and now docker. Now only thing that i want is S3 and EC2 course.
❤ From India, took your filmpire course, took your devflow next.js course, build my first online portfolio from your 3d portfolio with flying bird... Learning a lot from you as I am advancing in my career as a software developer... Thanks alot for making this amazing content available and affordable..
Am a backend developer. I picked up a Devops role recently and realized that Docker is a necessity. Thanks for this tutorial, it has really being helpful.
at 40:00 if by doing local changes it is not updated on the container, then just update the vite.config.ts file export default defineConfig({ plugins: [react()], server: { watch: { usePolling: true, }, }, }) this will Ensure that Vite is set up to watch for file changes correctly. In your vite.config.js or vite.config.ts file, you might need to adjust the server.watch configuration:
For new beginners, it's important that you let them know that you are not using Windows OS for this tutorial. unless I must have missed it somehow. This is Unix-based systems like Linux. Great job, Adrian. Looking forward to a Kubernetes 2024 full course for beginners like this. Cheers mate
Hi, Adrian, I'd like to thank you for your content, especially for the effort you put in all of your tutorials! Seriously, you simplify seemingly difficult/complex topics like no one else. Once again, thank you.
This is the best Docker intro I’ve come across. Your teaching style, analogies, and overall video quality made this so much clearer than any others I’ve watched. Thank you! 🐳
Hi! Started on 17th Aug, 2024. Complete on 19th Aug, 2024. Current time: 11:18am. Thank you for the video. You have made it really easy to understand and since it was my first time, I felt it little difficult at times too, but I am confident that I will understand it soon. PS: Waiting for the swag :)
I was just on a full stack docker project with flask and PostgreSQL only to look up and saw your video showing up in my feed .I was like wait what .You always come through. I can learn from you and add to what I know Thank you Adrian always ❤🎉
My work project runs on Docker, had no idea about it until I came across this wonderfully crafted tutorial with easy to understand analogies. Now I can easily relate and understand what docker does in my project. Cheers Adrian and Team, looking forward to learn more this year.
Awesome material, I must say. This is the best Docker content I ever came across that is so much more easier to understand for any developer skill level
Learning a lot from you bro, I am watching your channel since I started learning JS 1.5 years ago. And here I am, a Full Stack Developer. Thanks a lot 🥂
Hey Adrian, Thank you so much for breaking down the concept surrounding docker that it became easy to understand and follow. I feel bad for myself because I recently paid for a docker course that I was stuggling to follow before I discovered your docker video. Total waste of money for me. After playing the video a couple of times back to back I am now feeling like a docker expert hahaha. Thank you.
This is hands down the best video material I found on Docker that almost clears all my doubts regarding docker. Thank you for this amazing content. It's a privilege to have such an awesome content served for free.
I'd have to say, this is the best tutorial video on Docker I've seen so far. Plus the animation/illustration made it so wholesome. Kudos JSM. Here's your flowers 🌷 🌹
This is very well done. I was very lost trying to get this working for me. Now I feel I can use Docker with some basic understanding. Thank you. Will watch several times to retain all the info.
This is hands down the best crash course on Docker I've come across! Everything was super clear, and the pace was just right for beginners. Thanks for making DevOps concepts easier to grasp! 👏
A few days back I came to a realization that I should not ignore docker any more. And right on time you uploaded this quick easy to understand course. ❤ Thank you
This is one heck of a tutorial, thanks to Adrian, now I finally understand the magic of Docker. I can now confidently brag about the use case. Thank you so much!!
Hello Adrian, I want to express my gratitude for your outstanding Docker course! Your clear and detailed explanations made it one of the best learning experiences. Thank you and your team for your efforts! 🤩
Great intro to docker. I have to agree with another person who thought the restaurant analogy went a bit too far. However, it's obvious you have a strong passion for tech and your presentation was impressively detailed and organized (better than anything I could've done!). You taught me a bunch and I'm grateful that you're willing to share your knowledge on a broad array of tech topics--especially js-related. Thanks!
Hello Adrian, I wanted to thank you for this course, I can confidently say that it was one of the best trainings I had about Docker, even though my language is not very good, but I understood with your clear and detailed explanations, and finally, thanks to you and your team. Thank you very much Adrian🙂🙂💯💯🙏🙏
Mind-blowing explanation. I watched many many tutorials on docker and Everytime I hated when someone used docker syntax keywords very fast without explaining every keywords. But you explained very detailed. Like why we use FROM and copy etc. You also show files created by copy command inside docker. So it doesn't look like a black box. I can't thank you enough for such nice explanation and comparison with lunchbox and recipes is very very helpful to understand the concept and use of docker.
The timing is just right! I've been looking for a better way to learn the basics of Docker and the best thing with this one is that it uses ReactJS and NextJS which is awesome! Hope to see Kubernetes too in the future! Thanks and keep up the good and quality works!
I agree, you should always dockerize your app. The minute after you are finished building your app and you want to make it available to broader public, you will be thanking yourself that you invested a little bit of time to dockerize it.
I have watched quite a few Docker video on TH-cam but only got more confused. But after watching videos I understood most of the concepts; I liked the way you related to the kitchen example thus making it so simple to understand and relate.. Thank you Adrian for all your efforts with regards to this online teaching course materials and many more too..
Thank you for this video! I'm in my first week of microservices training and had to dive into Docker. Just found your video, and it's been incredibly helpful. Sending love from India! ❤
amazing video I completed the entire video never thought it would be so simple to learn docker . I can now successfully dockerize any application weather it is mern or react or next js once again thank you . also i included your real-estate application project in my resume
This video had perfect timing. I was looking for some resources to learn Docker, and I found that Adrian had uploaded it. Thanks, Adrian, for this course.
Thank you for this video! It was so well-made and all the concepts were explained clearly with great analogies. I'll make sure to share this video with others looking to learn about Docker.
So easier to understand, analyze the knowledge, strengthen to delve into into the core concepts . All of these can be achieved by your teaching style and video style. Thank you for creating such helpful resources and hope to you teaching about more technologies.
This was a nice introduction to Docker and I'm starting to get familiar with using it on a daily basis. However, I'm confused about where and how to deploy apps using Docker. Do I host a server and install Docker CLI and use docker pull and then run the image in containers? Can I use CI/CD while using Docker? I know there are resources out there to explain this stuff but it would be interesting to watch your style of content on this since it's easy to digest. Thank you again for all your work.
Your channel as been a blessing and has improved my coding and development skills. I've followed all your videos and this Docker video is a best gift to begin the year with. Thanks Adrian❤.
Thanks Adrian, all your courses are amazing. I learn a lot and it's very professional. On the next-docker there is a small bug that doesn't save the "Title" of a new task. I just changed the "action.ts "and replaced "task" with "title. Now the creation of Tasks works fine. Thanks again for the excellent work.
Hello Adrian. Big thanks for this course. You really simplified the concept of containerization using docker. I used to see this as a scary tool to learn, but thanks to you ... i am confident i can speak about docker anywhere. I appreciate 👍🏽
I'm not sure maybe I am following you from your 200k subscribers. Now you are near to 1 million subscribers. Advance congratulations for 1 million subscribers. And thanks for the tutorial. This tutorial helps me to level up my skills.
It seems like exactly what I needed, and I can't wait to check it out. I'll be saving it for later when I have some time, but I'm sure it's of excellent quality. Thanks a bunch!
This is diamond video on docker. the best ever on that subject, Clear, concise and practical. Hope you can publish one video on Kubernetes with the same Quality. Thank you for much.
Yesterday, I was busy scouring the TH-cam for tutorial on dockerizing nodejs based applications. To my biggest surprise, Andrian dropped this tutorial today. Thanks for always showing up.
Thank you for this wonderful course! It's truly beginner-friendly. I’d love to suggest creating a course on deploying a Docker project to the cloud-it would be a great next step for learners like me.
Thanks alit for this tutorial, it came at the right. Since you know programming is not enough for we programmers. We need more tutorials on kubernentes, microservices, architecture and deploying to azure or aws using docker and kubernentes. Please make this 2024 amazing Sir P.s based on Next js
I am about to learn WSO api manager and they came up about Docker and finally i landed here and i couldn't believe that one hour video seems shorter for this video i had an interesting moment with you. And next time can you make videos about docker swarm or kubernets thanks alot❤
Free Docker Guide & Cheatsheet: resource.jsmastery.pro/docker-guide
Eksellent work done.
it doesnt work, tried it
nvm
Loved It... After watching the whole video I have landed a professional CHEF job in a renowned restaurant...
Hahaha that's amazing
Got this after watching the video🤣
😂
Best teacher so far. About a year ago, i was skeptical of moving to anything from react. But this man taught me Next js and now docker. Now only thing that i want is S3 and EC2 course.
As someone who is new to docker and the concept of containerization, this video truly serves its purpose of making it clear. I thoroughly enjoyed it.
You're very welcome!
❤ From India, took your filmpire course, took your devflow next.js course, build my first online portfolio from your 3d portfolio with flying bird... Learning a lot from you as I am advancing in my career as a software developer... Thanks alot for making this amazing content available and affordable..
Can you share your portfolio website broo ???
You're a machine! ❤
Nice
did u build software ever?
@@thebocksters2756 I'm working as a SDE, I have contributed to softwares like loan management system and lowcode softwares
Am a backend developer. I picked up a Devops role recently and realized that Docker is a necessity. Thanks for this tutorial, it has really being helpful.
at 40:00 if by doing local changes it is not updated on the container, then just update the vite.config.ts file
export default defineConfig({
plugins: [react()],
server: {
watch: {
usePolling: true,
},
},
})
this will Ensure that Vite is set up to watch for file changes correctly. In your vite.config.js or vite.config.ts file, you might need to adjust the server.watch configuration:
You are a lifesaver bro, I was going crazy
thanks man, saved the day
thankyou, and what about the backend files? is there anything can we do to stay update the codes...
Thank you so much for solving my pain in butt
Thanks bro you are a lifesaver
For new beginners, it's important that you let them know that you are not using Windows OS for this tutorial. unless I must have missed it somehow. This is Unix-based systems like Linux. Great job, Adrian. Looking forward to a Kubernetes 2024 full course for beginners like this. Cheers mate
Hi, Adrian, I'd like to thank you for your content, especially for the effort you put in all of your tutorials! Seriously, you simplify seemingly difficult/complex topics like no one else. Once again, thank you.
This is the best Docker intro I’ve come across. Your teaching style, analogies, and overall video quality made this so much clearer than any others I’ve watched. Thank you! 🐳
Hi! Started on 17th Aug, 2024. Complete on 19th Aug, 2024.
Current time: 11:18am.
Thank you for the video. You have made it really easy to understand and since it was my first time, I felt it little difficult at times too, but I am confident that I will understand it soon.
PS: Waiting for the swag :)
I am going to tell my grandkids about this guy. Thanks not only for this video but also for all the videos that genuinely helped me.
Thank you so much. Say I said hi to your grandkids :D
I was just on a full stack docker project with flask and PostgreSQL only to look up and saw your video showing up in my feed .I was like wait what .You always come through. I can learn from you and add to what I know
Thank you Adrian always ❤🎉
Thank you! ❤🎉
Adrian....your content and teaching methods are super smooth. You got natural talent man! Thanks a lot!
My work project runs on Docker, had no idea about it until I came across this wonderfully crafted tutorial with easy to understand analogies. Now I can easily relate and understand what docker does in my project. Cheers Adrian and Team, looking forward to learn more this year.
You're very welcome!
You are by far the best dev instructor in TH-cam, salute
Awesome material, I must say. This is the best Docker content I ever came across that is so much more easier to understand for any developer skill level
Learning a lot from you bro, I am watching your channel since I started learning JS 1.5 years ago. And here I am, a Full Stack Developer. Thanks a lot 🥂
Hey Adrian,
Thank you so much for breaking down the concept surrounding docker that it became easy to understand and follow. I feel bad for myself because I recently paid for a docker course that I was stuggling to follow before I discovered your docker video. Total waste of money for me.
After playing the video a couple of times back to back I am now feeling like a docker expert hahaha. Thank you.
I just wanna thank you. with your projects I made my portfolio and recently got my first intern at a startup.
Congrats!
This is hands down the best video material I found on Docker that almost clears all my doubts regarding docker. Thank you for this amazing content. It's a privilege to have such an awesome content served for free.
Thank you for the material. Was in need of a 'Docker Refresh' and this video was perfect.
In as much as i have struggled in understanding Docker, you just made it easy.
Thank you
Glad it helped!
You have demisystified a very complex topic for us. When the student is ready, the teacher always shows up.
I'd have to say, this is the best tutorial video on Docker I've seen so far. Plus the animation/illustration made it so wholesome. Kudos JSM. Here's your flowers 🌷 🌹
Recently I am learning Java Backend Developement and I am looking for Docker course. Thanks for this course ❤❤❤
Enjoy! ❤
I had a hazy notion of what images and containers are. Your recipe has made things super clear.
I have been watching your tutorials for almost 6 months. Every video of yours is wonderful. I am eagerly waiting for you new content
Thank you so much!
This is very well done. I was very lost trying to get this working for me. Now I feel I can use Docker with some basic understanding. Thank you. Will watch several times to retain all the info.
This is hands down the best crash course on Docker I've come across! Everything was super clear, and the pace was just right for beginners. Thanks for making DevOps concepts easier to grasp! 👏
Best docker tutorial I have seen anywhere. Instant classic. Thank you so much.
A few days back I came to a realization that I should not ignore docker any more. And right on time you uploaded this quick easy to understand course. ❤ Thank you
This is one heck of a tutorial, thanks to Adrian, now I finally understand the magic of Docker. I can now confidently brag about the use case. Thank you so much!!
You're very welcome!
Hello Adrian, I want to express my gratitude for your outstanding Docker course! Your clear and detailed explanations made it one of the best learning experiences. Thank you and your team for your efforts! 🤩
You're very welcome!
Great intro to docker. I have to agree with another person who thought the restaurant analogy went a bit too far. However, it's obvious you have a strong passion for tech and your presentation was impressively detailed and organized (better than anything I could've done!). You taught me a bunch and I'm grateful that you're willing to share your knowledge on a broad array of tech topics--especially js-related. Thanks!
Hello Adrian, I wanted to thank you for this course, I can confidently say that it was one of the best trainings I had about Docker, even though my language is not very good, but I understood with your clear and detailed explanations, and finally, thanks to you and your team.
Thank you very much Adrian🙂🙂💯💯🙏🙏
I was just looking to learn docker and Kubernetes and you posted a video on docker, thanks a lot man
You got it
At last a site that makes sense, taking beginners to be able to learn Docker this way. Congratulation Great site.
this guy is giving so much positive, finally learning docker
Enjoy!
Mind-blowing explanation. I watched many many tutorials on docker and Everytime I hated when someone used docker syntax keywords very fast without explaining every keywords. But you explained very detailed. Like why we use FROM and copy etc. You also show files created by copy command inside docker. So it doesn't look like a black box. I can't thank you enough for such nice explanation and comparison with lunchbox and recipes is very very helpful to understand the concept and use of docker.
Now I am positive that this guy can read my mind. Wanted to learn docker and here he is❤❤
Enjoy! ❤❤
The timing is just right! I've been looking for a better way to learn the basics of Docker and the best thing with this one is that it uses ReactJS and NextJS which is awesome! Hope to see Kubernetes too in the future! Thanks and keep up the good and quality works!
You're very welcome!
Hi Adrian, the course is amazing, it's very clear and easy to understand. Thank you very much and looking forward to new courses
I agree, you should always dockerize your app. The minute after you are finished building your app and you want to make it available to broader public, you will be thanking yourself that you invested a little bit of time to dockerize it.
This course should be named as Docker made easy for javascript developers . So easy and helpful for me . Thankyou so much .
You are most welcome
I have watched quite a few Docker video on TH-cam but only got more confused. But after watching videos I understood most of the concepts; I liked the way you related to the kitchen example thus making it so simple to understand and relate.. Thank you Adrian for all your efforts with regards to this online teaching course materials and many more too..
Loved it, Kudos to Adrian and Team for making such a high quality content.
Thanks a ton!
Thank you for this video! I'm in my first week of microservices training and had to dive into Docker. Just found your video, and it's been incredibly helpful. Sending love from India! ❤
You're so welcome!
Well, that's a course I would never expect from such a front-end oriented channel. Nice!
Expect the unexpected! 🎉
I wathced so many courses but this one was the best becuase it has so much effort put into it. Keep up the good work.
amazing video I completed the entire video never thought it would be so simple to learn docker . I can now successfully dockerize any application weather it is mern or react or next js once again thank you . also i included your real-estate application project in my resume
Great explanation and cool examples! Thank you for your efforts!
Awesome content, once again.
Docker is surely a must needed skill in 2024, both for frontend and backend.
It truly is
One of the best explanation I have ever seen is here . thank you for creating this interactive tutorial. its more than Premium quality.
This video had perfect timing. I was looking for some resources to learn Docker, and I found that Adrian had uploaded it. Thanks, Adrian, for this course.
Enjoy!
Thank you for this video! It was so well-made and all the concepts were explained clearly with great analogies. I'll make sure to share this video with others looking to learn about Docker.
So easier to understand, analyze the knowledge, strengthen to delve into into the core concepts . All of these can be achieved by your teaching style and video style. Thank you for creating such helpful resources and hope to you teaching about more technologies.
This was a nice introduction to Docker and I'm starting to get familiar with using it on a daily basis. However, I'm confused about where and how to deploy apps using Docker. Do I host a server and install Docker CLI and use docker pull and then run the image in containers? Can I use CI/CD while using Docker? I know there are resources out there to explain this stuff but it would be interesting to watch your style of content on this since it's easy to digest. Thank you again for all your work.
Your channel as been a blessing and has improved my coding and development skills. I've followed all your videos and this Docker video is a best gift to begin the year with. Thanks Adrian❤.
Glad to help!
Oh, man! You're the best teacher. Thank you for everything you do for us.
You're the best!
Thanks Adrian, all your courses are amazing. I learn a lot and it's very professional.
On the next-docker there is a small bug that doesn't save the "Title" of a new task. I just changed the "action.ts "and replaced "task" with "title. Now the creation of Tasks works fine.
Thanks again for the excellent work.
Hello Adrian. Big thanks for this course. You really simplified the concept of containerization using docker. I used to see this as a scary tool to learn, but thanks to you ... i am confident i can speak about docker anywhere. I appreciate 👍🏽
You are welcome!
Thanks man,took me from zero to hero in nextjs and this too💯
Thank you!
Been waiting for a very detailed Docker Tutorial.
Docker is indeed awesome!
Well done.
Thank you!
I'm not sure maybe I am following you from your 200k subscribers. Now you are near to 1 million subscribers. Advance congratulations for 1 million subscribers. And thanks for the tutorial. This tutorial helps me to level up my skills.
one of the best explained video on Docker!! the analogies used are so relatable and the animations were also very good.
That's what we do
This just came at the right time for me.
Please do a tutorial about Kubernetes.
Thanks
Thanks!
Loved the content really helpful. I was strugling for over an year understanding docker and all you presentation made it very clear and fun.❤❤❤❤❤❤
That's why I'm here ❤🎉
This is by far the best Docker tutorial I have ever seen
Thank you!
So, this is truly the best free docker e-course. Thanks Adrian. So proud of you. Bro)
It seems like exactly what I needed, and I can't wait to check it out. I'll be saving it for later when I have some time, but I'm sure it's of excellent quality. Thanks a bunch!
Thank you!
This video helped me a lot. The way to explain things is cool. Thanks
This is diamond video on docker. the best ever on that subject, Clear, concise and practical. Hope you can publish one video on Kubernetes with the same Quality. Thank you for much.
Yesterday, I was busy scouring the TH-cam for tutorial on dockerizing nodejs based applications. To my biggest surprise, Andrian dropped this tutorial today. Thanks for always showing up.
You got it! 🐳
Thanks a lot, just completed the full video. 💯One of BEST channel for peoples who are into dev fields.
You are most welcome
You are a lifesaver. I have loved your Chanell for over 2 years
Thank you so much!
This is more than enough for anyone new to Docker! Big ups to you and your team
Thank you so much for this incredibly informative course. Well designed, and expertly explained. Kudos!
Hi Adian, Thank very much for this video. As a beginner to Docker, I learned a lot from this video. Really appreciate your work 🥰
Thanks Adrian. This clears up so much stuff for me. As always your course are very high quality.
Great to hear!
Thank you ! The course was great, had some hiccups with the volumes, but managed to get over them.
Finally ! The one i have been waiting for so long. Kudos to the efforts ❤ Here we go 🚀
Enjoy! ❤❤
bro always delivers when we need him the most
The best tutorial for Docker in the Internet.
Thank you so much for your works here in youtube!
Huge thanks for the tutorial, especially at 40:00! It saved my head from so much hasstle
I've always have been struggling in learning docker, but your content is always fire dude and with your explanation all is clear now, thx 🙏
Happy to help!
Thank you for this wonderful course! It's truly beginner-friendly. I’d love to suggest creating a course on deploying a Docker project to the cloud-it would be a great next step for learners like me.
Amazing tutorial, i was planning to learn docker this year and now it's done!
I was just about to get started with docker and here is my saviour with another master piece 💯⚡
Enjoy!
Been wanting to add more docker to my skillset this year! Thanks for uploading this great overview!
My pleasure!
Thanks for the new newsletter program and obviously thanks for this golden gems tutorial.
Glad you like it
This I believe must be the best video of docker in the internet. I mean really great work
Thanks alit for this tutorial, it came at the right.
Since you know programming is not enough for we programmers. We need more tutorials on kubernentes, microservices, architecture and deploying to azure or aws using docker and kubernentes.
Please make this 2024 amazing Sir
P.s based on Next js
This is how he earned a Subscriber. Love from India.
This is a great tutorial; the most amazing thing is it's free. thanks so much for this. I'm definitely subscribing to your channel.
Thanks for the sub!
Your dedication and guidance make you an outstanding teacher. I appreciate all that you do for us. Thank you!
You are very welcome
Finally understands docker
Me too!
Lol, aren't you the teacher?
@@tshepokhumako1403 yes
I am about to learn WSO api manager and they came up about Docker and finally i landed here and i couldn't believe that one hour video seems shorter for this video i had an interesting moment with you. And next time can you make videos about docker swarm or kubernets thanks alot❤
Even though I knew how to use docker, this was the best docker course for me.
That means a lot to me