Note: Docker Toolbox has been deprecated and is no longer in active development. Please use Docker Desktop instead. See Docker Desktop for Mac (docs.docker.com/docker-for-mac/) and Docker Desktop for Windows (docs.docker.com/docker-for-windows/). ► Follow me on IG for behind the scenes content: 👉🏼 bit.ly/2F3LXYJ 💙 Become a Kubernetes Administrator - CKA: bit.ly/3WwgLF5 💚 Become a DevOps Engineer - full educational program: bit.ly/3WvLq53 🧡 Udemy courses: bit.ly/3ozagEC ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬ 0:00 - Intro and Course Overview 01:58 - What is Docker? 10:56 - What is a Container? 19:40 - Docker vs Virtual Machine 23:53 - Docker Installation 42:02 - Main Docker Commands 57:15 - Debugging a Container 1:06:39 - Demo Project Overview - Docker in Practice 1:10:08 - Developing with Containers 1:29:49 - Docker Compose - Running multiple services 1:42:02 - Dockerfile - Building our own Docker Image 2:04:36 - Private Docker Repository - Pushing our built Docker Image into a private Registry on AWS 2:19:06 - Deploy ou containerized application 2:27:26 - Docker Volumes - Persist data in Docker 2:33:03 - Docker Demo - Configure persistence for our demo project 2:45:13 - Wrap Up - Next Steps Developing with Containers - Demo project: gitlab.com/nanuchi/techworld-js-docker-demo-app If you get stuck anywhere, just comment under the video and I will try my best to answer your questions. Also you can join the private Techworld with Nana community group on FB (facebook.com/groups/techworldwithnana), which is there to exchange your knowledge with others and connect. 👍 If you liked the course be sure to subscribe to my channel for more related content 🙂 Detailed overview: 🚀 1. What is Docker? ► What is a container and what problems does it solve? ► Container repository - where do containers live? ► Development - before/after container ► Deployment - before/after container 🚀 2. What is a Container technically ► What is a container technically? (layers of images) ► Demo part (docker hub and run a docker container locally) 🚀 3. Docker vs Virtual Machine 🚀 4. Docker Installation ► Before Installing Docker - prerequisites ► Install docker on Mac ► Install docker on Windows ► Install docker on Linux ► Docker Toolbox for older Mac ► Docker Toolbox for older Windows ❗️ Note: Docker Toolbox has been deprecated. Please use Docker Desktop instead. See for Mac (docs.docker.com/docker-for-mac/) and for Windows (docs.docker.com/docker-for-windows/). 🚀 5. Main Docker Commands ► docker pull ► docker run ► docker ps ► docker run --options ► docker stop ► docker start ► docker ports, docker port mapping 🚀 6. Debugging a Container ► docker logs ► docker exec -it 🚀 7. Demo Project Overview - Docker in Practice (Nodejs App with MongoDB and MongoExpress UI) 🚀 8. Developing with Containers ► Pre-Requisites ► what we will do in this video ► 1st part: The JavaScript App (HTML, JavaScript Frontend, Node.js Backend) ► 2nd part: MongoDB and Mongo Express Set-Up with Docker ► Docker Network concept and demo ► 3rd part: Connect Node Server with MongoDB container 🚀 9. Docker Compose - Running multiple services ► What is Docker Compose? ► docker run commands VS docker compose ► How to use it? - Create the Docker Compose File (Demo) ► Docker Networking in Docker Compose 🚀 10. Dockerfile - Building our own Docker Image ► What is a Dockerfile? ► How the Dockerfile commands map to the image environment ► Create the Dockerfile (Demo) ► Build an image out of the Dockerfile ► Start the Application to verify: 1) App starts successfully 2) App environment is configured correctly ► do improvement - copy only relevant files 🚀 11. Private Docker Repository - Pushing our built Docker Image into a private Registry on AWS ► Create a Private Repository on AWS ECR ► Login to AWS (docker login) ► Image Naming concept in Docker registries ► docker tag to include the repository name in the image name ► Push the Docker Image to the Private Repository ► Make some changes to the Application, rebuild and push a new version to your AWS repository 🚀 12. Deploy our containerized application 🚀 13. Docker Volumes - Persist data in Docker ► When do we need Docker Volumes? ► What is Docker Volumes? ► 3 Docker Volumes Types ► Docker Volumes in docker-compose file 🚀 14. Volumes Demo - Configure persistence for our demo project
It's an excellent tutorial, I especially like that you use a nice little demo web app. That makes it more interesting and realistic than just abstract or random examples. I'm curious, what software did you use for the animations and video editing?
@YTG No, but there were VMs, hypervisors, and OS images that can run on different OS, Similar concepts But before 30 years as I remember, we used to have full-length cards that are a full-fledged PC, and we can install them in another PC. In mainframes, IBM started providing multiple machine threads on the same hardware technology.
VERY IMPORTANT FOR NEW WATCHERS: doing this with the latest version of mongo/mongo-express will result in an error during first setup. I found a fix for it though. The video is 4 years old, so I went and got 4 year old versions of mongo/mongo-express off of dockerhub, and it works just like the video intends. commands: docker pull mongo-express:0.49 docker pull mongo:4.2.1 hopefully you find this if you're stuck.
Haha, same for me. It's so concise and straight to the point, no digressions and at the same time comprehensive enough without skipping any important concept. Thanks a heap!
Thank you nana. I have been watching your videos and studied them for last 3 months. Finally, I got my first job as a DevOps engineer in a MNC. I just wanted to express my deep gratitude for the dedicated work you do day after day.
I am a teacher at university since 20 years already, I know how difficult it is to transmit knowledge and you do it in an extraordinary way. I need to learn Docker for my work and this has been a treasure. Thank you a lot! Greetings from Buenos Aires.
Honestly, this is very empathetic teaching. It's as if you know exactly what areas need more explanation and you give great examples and do a lot of repetition. Hats off, this was very useful!
This is the best Docker tutorial for Beginners I have ever seen. Smooth, slow-paced, and going through all the details without overwhelming. This is a real gem. Thanks Nana!
My understanding of docker and docker compose had been hazy for so long! After watching this course it’s now crystal clear on how it all works! Great job!
Hey Nana, This is the first tutorial of yours that I came across. It didn't take more than 5 mins into the video to realise how amazingly you explain things. This video is awesome and amazing. You have covered every minute details not just with some ppt but with a hands-on. Keep rocking. Keep going..
I am a student at NIT Srinagar. You just note down that from now on if any junior is going to come to me for docker tutorial I am recommending this youtube video to all of them. Stunning tutorial mam. I am beyond amazed.
I started this video today to get aware of Docker for my interview, but the way she explained things sequentially from basics to deployment was just amazing and perfect. I would recommend any docker beginners to watch this to get a quick start. To the point explanation.
I have been trying to learn docker from a long time and have seen various videos. But I can confidently say that this is the best tutorial on Docker that I have seen so far. For the first time, I am feeling confident about my docker knowledge. The explanation was up to the mark with all the required details for a newbie like me on docker. Can't thank you enough Nana for all the hard work and time that you have spent on this video.
I have zero knowledge on Docker before watching this video but after watching it I feel like I know much about Docker and I can face any questions in interview. Thank you so much Nana for such a clear explanation. You are God sent angel to teach.
This is the best docker tutorial I have seen so far. Explanation about docker volumes was top-notch, I couldn't understand the idea of volumes before . Thank you Nana!
I've been a professional developer for 20 years. Never had the urge to learn Docker, but this tutorial has truly been an eyeopener for me. I took notes throughout the video and I'm now ready to use Docker for the first time since I learned about it, some odd 5 years ago. Thank you so much!
I recently changed Jobs and was introduced to Docker by my colleagues, this tutorial really helped me come up to speed and learn Docker. Thank you very much and please continue doing this noble work.
An absolute gem! A week ago I knew nothing about Docker and was kindof intimidated by the sheer number of resources available not sure which one I should refer but this hit the mark. Nana teaches in a way simple to understand for the average individual, the course is filled with theory & practical necessary to consolidate the knowledge gained. Overall a perfect course to recommend to anyone. 10/10 keep growing !!!
You still don't know the most important thing about docker. It is heavily unstable. Sooner or later it will crash BADDLY, you will miss your deadline over it and won't be able to explain why did you failed
0:35 "...and what problem it solves" - you got my like on the 40th second of the course 🥰 Most people talk about advantages and super features of X, but not what problem X actually solves, as in, why does it exist?
Nana is a good programmer/developer herself. But, she is also able to convey her ideas/understanding in such beautiful manners. Fascinating. I'm starting my DevOps journey from watching her tutorials.
Such a great presentation of Docker. I've read multiple guides, watched multiple other videos, but none were this clear. What I really like about how you structure your knowledge is that you start with the foundational functionalities, and then gradually build on top of that by showing an easier way to do it. For example: instead of just showing how to use Docker Compose, you start by showing all the commands manually. So when you show Docker Compose, I end up understanding why it exists, what it replaces, and what it does exactly. For example, I would never have known about what happens when it creates the network, and why it does it if I hadn't seen you go through all the steps manually first. Great stuff. Thanks for doing this.
Exactly my thought. But I wouldn't be able to put it effectively in words like you did!! She doesn't state why something is needed but gets us to understand it by showing what was missing without it.
This tutorial is pure GOLD, even if I'm french I have a better understanding of Docker with you tutorials than most of the french content that I found on UA-cam, thank's a lot once again
Words cannot describe how I feel. Excellent explanation, this really gives me confidence working with docker, and on top of that it's FREE. Thank you so much Nana for your efforts.
This vs the freecodecamp docker tutorial, which one and why would u choose over the other? Both of them got 2M+ views and positive comments so im really confused!
@@abdul6423 both are valuable contents. You can choose the one you feel more confortable with. They teach exactly the same thing. For me, the theory part of Nana is by far the best.
@@starvosxant4348 I agree, she is the best. I had spent countless hours trying to learn about docker by reading the documents, and watching youtube videos, I learned something but when I came across this video Docker Tutorial for Beginners then I learned a lot, because she puts together a great deal of effort and systematic way to explain everything in detail. She is the best.
@@starvosxant4348 May I ask why you feel the need to chose between two excellent and free courses? What about watching them both? Remember that once you've got then chance to find an excellent course (in the maze of UA-cam) time is a minor factor. I struggle for countless hours with useless tutorials on Docker (among other stuff). Just learn from the best.
Where have you been all my life!! You have no idea how I'm crying while I'm watching these videos. Instructors like you will definitely go to heaven. Man, this is really a gold mine. Thank you so much for the community . We appreciate it.
Totally agree with you, taught in a style that I understand, replying to questions i have in my mind, AMAZING!! Beautiful work, and thank you for your time
Halfway through this and all I can say is I have massive respect for you and the things you do for the tech world. This is the first docker tutorial I watched that made it looks so easy. Thank you, thank you thank you. You are the best!!!
I ran the code on the gitlab which is provided in the description under the links section. The app still connects to the mongodb. We do not need the mongo-express. The js file is altered from the one in the video so that it does not require a user-account database and mongo-express. Currently, mongo-express can not connect to the mongo database by using the commands in the video, because of version differences. I made it work with mongo-express:1.0.0-alpha.4 . It was published in 2022. Just alter the command in "Developing with Containers Part" 'mongo-express' with 'mongo-express:1.0.0-alpha.4' at the end of the command . It works just like in the video.
Your tutorial is unbelievably easy to digest. My AHA moment came at 1:31:00. it made me said "Ohhh that's it!!!" I thank you for the time you spent on making this tutorial available. Super thanks!!
By far one of the best tutorials I have watched online. Thoughtfully and methodically organized and presented. I needed a refresher in Docker and this video was very well worth the time to watch in its entirety. Thank you Nana, wonderful job!
This vs the freecodecamp docker tutorial, which one and why would u choose over the other? Both of them got 2M+ views and positive comments so im really confused!
I am so glad that I found your channel and you an inspiration for all who did lot of effort in making these videos and posted it for free. Finally I learned docker just because of you. Cant wait to learn more from you . Keep inspiring
I am a complete novice where tech is concerned. I decided to learn some of these aspects amongst others, and discovered you, Nana, during my exploration here on YT. Having a background in training I will share that you have a remarkable way of translating things that can go into jargon, feel so simple. This is your gift! I am currently on this 3-hour course with you and everyone here, and want to acknowledge and thank you for choosing to create this - not so easy but completely understandable- program in such a powerful way. This also goes to show how your own mind works- you have the ability to dumb it down to an understandable degree. thank YOU very much Nana ! Kudos
I took other courses and did Docker training but was unable to understand it. Finally, here is a material simplified in a fluid and exceptional way. I can never thank you enough @Nana
Thank you Nana, I completed the whole course and now I feel I understand docker much better. Thank you for spending your time on creating this course :)
Ingenious people are capable of explaining complex things in a simple way, you are proof of this claim. This is one of the best tutorials I have watched on youtube, not just about docker. Bravo!
Learned so much in such a short amount of time. Docker's been this scary, mysterious thing for a while for me, and this video did an amazing job of demystifying it. This video is an absolute gem.
the clarity of the examples is incredible , along with the designs to see in a graphical way what you are explaining , all together makes a great course, thank you very much for your effort!
Nana, this "Docker Tutorial for Beginners" video is an absolute gem! You explained complex concepts in such a clear, concise, and engaging way that even a complete Docker newbie like me could easily grasp them. Your enthusiasm and passion for the subject really shine through, making the learning process incredibly enjoyable🎓🎓
I loved your voice as well as how clear and straight it is your Docker explanation. I was feeling lazy to find out what was Docker and you took out that stone from my back.... thanks!.. Greetings from Mexico =)
Thanks Nana. Incredibly I learned more from your video in English than videos in Portuguese from my Brazilian compatriots who don't know how to explain Docker.🤗
I appreciate the time and effort you put into creating an interesting and informative Docker tutorial. Your creativity and passion for teaching made this a really fun learning experience
A clear and well structured presentation that takes a beginner from total ignorance to a level of practical competence. Thank you Nana. Much appreciated. I now feel like I understand how Docker containers work
This was an excellent tutorial. Extremely detailed and simple to follow along. This lesson was extremely valuable and will be used on my upcoming project. Thank you so much Nana!
Dear Ana, I can't thank you enough for this wonderful tutorial. I have referred multiple tutorials on docker from past 3 years. Not even one made me understand it. Your tutorial was just superb. It is so beautifully defined from scratch to the deployment on server I totally understood and could relate to my current project at work.. Thank you very much!!!! Looking forward for more such tutorials 👍
Great tutorial. Wonderful progression of topics alongside practical demos. I knew nothing about docker before watching this tutorial and now I'm confident enough to integrate it to my projects. Thank you nana for this awesome tutorial
Excellent Tutorial. As rightly said, One walks-in for this tutorial with 0% knowledge & after completing this tutorial you walk-out with 100% knowledge & confidence. Thanks!
Very detailed and well-paced tutorial, thank you! Before this tutorial, I could run docker commands but never understood the details. Now, I have a good understanding and a mental model of containers and how to make containers from web applications and services. I'm now confident to apply it in my projects and start learning Kubernetes. Thank you, Nana!
Hi Mam, one of the best content i have seen in youtube on docker, the way you structure your course along with practical examples, helps a lot. Thanks a lot for helping many people like me
This vs the freecodecamp docker tutorial, which one and why would u choose over the other? Both of them got 2M+ views and positive comments so im really confused!
Note: Docker Toolbox has been deprecated and is no longer in active development. Please use Docker Desktop instead. See Docker Desktop for Mac (docs.docker.com/docker-for-mac/) and Docker Desktop for Windows (docs.docker.com/docker-for-windows/).
► Follow me on IG for behind the scenes content: 👉🏼 bit.ly/2F3LXYJ
💙 Become a Kubernetes Administrator - CKA: bit.ly/3WwgLF5
💚 Become a DevOps Engineer - full educational program: bit.ly/3WvLq53
🧡 Udemy courses: bit.ly/3ozagEC
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Intro and Course Overview
01:58 - What is Docker?
10:56 - What is a Container?
19:40 - Docker vs Virtual Machine
23:53 - Docker Installation
42:02 - Main Docker Commands
57:15 - Debugging a Container
1:06:39 - Demo Project Overview - Docker in Practice
1:10:08 - Developing with Containers
1:29:49 - Docker Compose - Running multiple services
1:42:02 - Dockerfile - Building our own Docker Image
2:04:36 - Private Docker Repository - Pushing our built Docker Image into a private Registry on AWS
2:19:06 - Deploy ou containerized application
2:27:26 - Docker Volumes - Persist data in Docker
2:33:03 - Docker Demo - Configure persistence for our demo project
2:45:13 - Wrap Up - Next Steps
Developing with Containers - Demo project: gitlab.com/nanuchi/techworld-js-docker-demo-app
If you get stuck anywhere, just comment under the video and I will try my best to answer your questions. Also you can join the private Techworld with Nana community group on FB (facebook.com/groups/techworldwithnana), which is there to exchange your knowledge with others and connect. 👍
If you liked the course be sure to subscribe to my channel for more related content 🙂
Detailed overview:
🚀 1. What is Docker?
► What is a container and what problems does it solve?
► Container repository - where do containers live?
► Development - before/after container
► Deployment - before/after container
🚀 2. What is a Container technically
► What is a container technically? (layers of images)
► Demo part (docker hub and run a docker container locally)
🚀 3. Docker vs Virtual Machine
🚀 4. Docker Installation
► Before Installing Docker - prerequisites
► Install docker on Mac
► Install docker on Windows
► Install docker on Linux
► Docker Toolbox for older Mac
► Docker Toolbox for older Windows
❗️ Note: Docker Toolbox has been deprecated. Please use Docker Desktop instead. See for Mac (docs.docker.com/docker-for-mac/) and for Windows (docs.docker.com/docker-for-windows/).
🚀 5. Main Docker Commands
► docker pull
► docker run
► docker ps
► docker run --options
► docker stop
► docker start
► docker ports, docker port mapping
🚀 6. Debugging a Container
► docker logs
► docker exec -it
🚀 7. Demo Project Overview - Docker in Practice (Nodejs App with MongoDB and MongoExpress UI)
🚀 8. Developing with Containers
► Pre-Requisites
► what we will do in this video
► 1st part: The JavaScript App (HTML, JavaScript Frontend, Node.js Backend)
► 2nd part: MongoDB and Mongo Express Set-Up with Docker
► Docker Network concept and demo
► 3rd part: Connect Node Server with MongoDB container
🚀 9. Docker Compose - Running multiple services
► What is Docker Compose?
► docker run commands VS docker compose
► How to use it? - Create the Docker Compose File (Demo)
► Docker Networking in Docker Compose
🚀 10. Dockerfile - Building our own Docker Image
► What is a Dockerfile?
► How the Dockerfile commands map to the image environment
► Create the Dockerfile (Demo)
► Build an image out of the Dockerfile
► Start the Application to verify: 1) App starts successfully 2) App environment is configured correctly
► do improvement - copy only relevant files
🚀 11. Private Docker Repository - Pushing our built Docker Image into a private Registry on AWS
► Create a Private Repository on AWS ECR
► Login to AWS (docker login)
► Image Naming concept in Docker registries
► docker tag to include the repository name in the image name
► Push the Docker Image to the Private Repository
► Make some changes to the Application, rebuild and push a new version to your AWS repository
🚀 12. Deploy our containerized application
🚀 13. Docker Volumes - Persist data in Docker
► When do we need Docker Volumes?
► What is Docker Volumes?
► 3 Docker Volumes Types
► Docker Volumes in docker-compose file
🚀 14. Volumes Demo - Configure persistence for our demo project
Many Thanks !
Thanks please post full video on kubernetes
@@priyanka0222 Yes I will also put together a full course for k8s
@@TechWorldwithNana thanks for your reply
You are brilliant awesome course can you guide me on cloud security tools
Basically on Friday if someone has zero knowledge in docker they can walk into office on Monday as a master of docker..Amazing work Nana!!
That's great! 😀 Thank you for nice feedback!
I thought you were exaggerating it, but you were 100% right.
It's an excellent tutorial, I especially like that you use a nice little demo web app. That makes it more interesting and realistic than just abstract or random examples. I'm curious, what software did you use for the animations and video editing?
That's what I'm doing right now
Nana !!! Simply I can say fantastic work done by you....
This is one of the best tutorials I have run across in my 20+ years of software development. Excellent work. Quite remarkable.
Thank you for this great feedback John, really appreciate it! 😊
Was there docker 20 years ago 🙄
Bytheway how much u earning now 😉
12mins into the tutorial and I feel that Docker is a small os dedicated and configured just for one service. am I right?
@YTG
No, but there were VMs, hypervisors, and OS images that can run on different OS,
Similar concepts
But before 30 years as I remember, we used to have full-length cards that are a full-fledged PC, and we can install them in another PC.
In mainframes, IBM started providing multiple machine threads on the same hardware technology.
VERY IMPORTANT FOR NEW WATCHERS:
doing this with the latest version of mongo/mongo-express will result in an error during first setup. I found a fix for it though. The video is 4 years old, so I went and got 4 year old versions of mongo/mongo-express off of dockerhub, and it works just like the video intends.
commands:
docker pull mongo-express:0.49
docker pull mongo:4.2.1
hopefully you find this if you're stuck.
why can't we use the latest ones dude?
And update commands to specify version :
docker run -p 27017:27017 -d -e MONGO_INITDB_ROOT_USERNAME=admin -e MONGO_INITDB_ROOT_PASSWORD=password --name mongodb --net mongo-network mongo:4.2.1
docker run -d -p 8081:8081 -e ME_CONFIG_MONGODB_ADMINUSERNAME=admin -e ME_CONFIG_MONGODB_ADMINPASSWORD=password --net mongo-network --name mongo-express -e ME_CONFIG_MONGODB_SERVER=mongodb mongo-express:0.49
Thank you very much, I was stuck on this one, and didnt know how to move forward, thought of moving to a different tutorial until I found this .
Thank you, you are a lifesaver. I thought I was doing something wrong
I was able to form the connection to port 3000, but it's showing me a blank page
First 20 mins into the video, paused it, felt an urge to thank the author for such clear and in depth explanation.. Thank you so much Nana!
Thank you :)
Haha, same for me. It's so concise and straight to the point, no digressions and at the same time comprehensive enough without skipping any important concept. Thanks a heap!
Thank you nana.
I have been watching your videos and studied them for last 3 months. Finally, I got my first job as a DevOps engineer in a MNC. I just wanted to express my deep gratitude for the dedicated work you do day after day.
Hey suhried, i am also looking for a devops engineering job. Can u share where did u apply and how u approached or prepared for the interview?
@@aruljoseph5162 An you watched just free content videos here in this channel?
ua-cam.com/video/Gljzauny5HI/v-deo.html
@@aruljoseph5162 dont fall for every comment on social media xD
you have to pay the royalties now. 🤪🤣🤣
Thank you for the free content! Cut, sharp and to the point.
I am a teacher at university since 20 years already, I know how difficult it is to transmit knowledge and you do it in an extraordinary way. I need to learn Docker for my work and this has been a treasure. Thank you a lot! Greetings from Buenos Aires.
Thank you so much Pablo! Really appreciate your words! 😊🙏
sape profe
@@gonzalonicolas2861 :)
Honestly, this is very empathetic teaching. It's as if you know exactly what areas need more explanation and you give great examples and do a lot of repetition. Hats off, this was very useful!
i agree with you Rahul.
This is the best Docker tutorial for Beginners I have ever seen. Smooth, slow-paced, and going through all the details without overwhelming. This is a real gem. Thanks Nana!
Thank you Ignacio, appreciate this great feedback! :)
It's ridiculous how much valuable and clearly presented information is in this single video. Thank you very very much good lady.
ua-cam.com/video/ozqj0JYQjPA/v-deo.html
Then the word ridiculous is wrongly used
@@currenttrendtv8920 right lol
My understanding of docker and docker compose had been hazy for so long! After watching this course it’s now crystal clear on how it all works! Great job!
Actually iam from non it branch.Now i can do without any help..
What a clean and clear explaination..
Thanks a lot mam
Hey Nana,
This is the first tutorial of yours that I came across. It didn't take more than 5 mins into the video to realise how amazingly you explain things. This video is awesome and amazing. You have covered every minute details not just with some ppt but with a hands-on. Keep rocking. Keep going..
Thank you Mohammed for this feedback, really appreciate it :) Hope you subscribed and shared 😊
@@TechWorldwithNana yes Nana, I do have..👍👍
I am a student at NIT Srinagar. You just note down that from now on if any junior is going to come to me for docker tutorial I am recommending this youtube video to all of them. Stunning tutorial mam. I am beyond amazed.
I started this video today to get aware of Docker for my interview, but the way she explained things sequentially from basics to deployment was just amazing and perfect. I would recommend any docker beginners to watch this to get a quick start. To the point explanation.
I've been in IT Ops for the last 20+ years and this is the most comprehensive explanation of Docker I have seen yet. Thank you! Amazing work!
I have been trying to learn docker from a long time and have seen various videos. But I can confidently say that this is the best tutorial on Docker that I have seen so far. For the first time, I am feeling confident about my docker knowledge. The explanation was up to the mark with all the required details for a newbie like me on docker. Can't thank you enough Nana for all the hard work and time that you have spent on this video.
I have zero knowledge on Docker before watching this video but after watching it I feel like I know much about Docker and I can face any questions in interview. Thank you so much Nana for such a clear explanation. You are God sent angel to teach.
I am doing my PhD, and you are better than any professor I have met! The way you teach is so structured is borderline magic!
This is the best docker tutorial I have seen so far. Explanation about docker volumes was top-notch, I couldn't understand the idea of volumes before . Thank you Nana!
Thanks!
Thanks so much for your support Andy!
I've been a professional developer for 20 years. Never had the urge to learn Docker, but this tutorial has truly been an eyeopener for me. I took notes throughout the video and I'm now ready to use Docker for the first time since I learned about it, some odd 5 years ago. Thank you so much!
Hi Can you please share the notes with me.I can post my email id.
I recently changed Jobs and was introduced to Docker by my colleagues, this tutorial really helped me come up to speed and learn Docker.
Thank you very much and please continue doing this noble work.
Great to hear Abdul! Thanks for your positive comment! 🤗
Most perfect tutorial ever. Very detailed. Finally I learned Docker.
I'm always happy to read such comments :) appreciate it
ua-cam.com/video/ozqj0JYQjPA/v-deo.html
An absolute gem! A week ago I knew nothing about Docker and was kindof intimidated by the sheer number of resources available not sure which one I should refer but this hit the mark. Nana teaches in a way simple to understand for the average individual, the course is filled with theory & practical necessary to consolidate the knowledge gained. Overall a perfect course to recommend to anyone. 10/10 keep growing !!!
You still don't know the most important thing about docker. It is heavily unstable. Sooner or later it will crash BADDLY, you will miss your deadline over it and won't be able to explain why did you failed
0:35 "...and what problem it solves" - you got my like on the 40th second of the course 🥰 Most people talk about advantages and super features of X, but not what problem X actually solves, as in, why does it exist?
Nana is a good programmer/developer herself. But, she is also able to convey her ideas/understanding in such beautiful manners. Fascinating. I'm starting my DevOps journey from watching her tutorials.
You are doing a great job !! For people like us who are new to Devops its like meeting a messiah...God Bless you!
Such a great presentation of Docker. I've read multiple guides, watched multiple other videos, but none were this clear. What I really like about how you structure your knowledge is that you start with the foundational functionalities, and then gradually build on top of that by showing an easier way to do it. For example: instead of just showing how to use Docker Compose, you start by showing all the commands manually. So when you show Docker Compose, I end up understanding why it exists, what it replaces, and what it does exactly. For example, I would never have known about what happens when it creates the network, and why it does it if I hadn't seen you go through all the steps manually first. Great stuff. Thanks for doing this.
Exactly my thought. But I wouldn't be able to put it effectively in words like you did!! She doesn't state why something is needed but gets us to understand it by showing what was missing without it.
Best part is you are covering Why and what problem it solves.. your tutorials are simply some of the best tutorials I have encountered....
yes! If you know the 'why', you can often come up with the 'how' (in future scenarios).
The amount of effort gone into this tutorial is immense. Really good job Nana. I just learned docker for fun haha
This tutorial is pure GOLD, even if I'm french I have a better understanding of Docker with you tutorials than most of the french content that I found on UA-cam, thank's a lot once again
Excellent tutorial! Very interesting usage of the multiple terminals. Well put together. Thanks.
Thanks for your support!
Well done
Suggested this video to my Juniors and now they are expert in Docker.
As Always, Great Work Nana.
😀 Great to hear! Thank you
Words cannot describe how I feel. Excellent explanation, this really gives me confidence working with docker, and on top of that it's FREE. Thank you so much Nana for your efforts.
This vs the freecodecamp docker tutorial, which one and why would u choose over the other?
Both of them got 2M+ views and positive comments so im really confused!
@@abdul6423 both are valuable contents. You can choose the one you feel more confortable with. They teach exactly the same thing.
For me, the theory part of Nana is by far the best.
@@starvosxant4348 really appreciate the response!
I guess i'll stick to this one.
@@starvosxant4348 I agree, she is the best. I had spent countless hours trying to learn about docker by reading the documents, and watching youtube videos, I learned something but when I came across this video Docker Tutorial for Beginners then I learned a lot, because she puts together a great deal of effort and systematic way to explain everything in detail.
She is the best.
@@starvosxant4348 May I ask why you feel the need to chose between two excellent and free courses? What about watching them both? Remember that once you've got then chance to find an excellent course (in the maze of UA-cam) time is a minor factor. I struggle for countless hours with useless tutorials on Docker (among other stuff). Just learn from the best.
The fact we’re getting this content for FREE is amazing. Thank you for the amazing tutorials 🙌
This is the best Docker tutorial I've ever seen!! I want to like this video more than once but UA-cam doesn't allow me to do that. Thank you Nana!
You didnt skip a single detail and gave proper time to each and every little aspect . Very nice tutorial.
Thankgod I found this video at the early stage of Devops Preparation.. Thankyou soo much Nana.. Simply Brilliant
Where have you been all my life!! You have no idea how I'm crying while I'm watching these videos. Instructors like you will definitely go to heaven. Man, this is really a gold mine. Thank you so much for the community . We appreciate it.
Thank you Saeed, really happy to hear my videos are so helpful to you guys!! :)
Mannn, that's a compliment...!!!
Totally agree with you, taught in a style that I understand, replying to questions i have in my mind, AMAZING!! Beautiful work, and thank you for your time
The Best docker tutorial, I have seen in my entire career... awesome job Nana
Some people are just born to be teacher/coach, excellent work, many thanks
Halfway through this and all I can say is I have massive respect for you and the things you do for the tech world. This is the first docker tutorial I watched that made it looks so easy. Thank you, thank you thank you. You are the best!!!
well, your voice made me sit for 2 hrs and learn docker. Thanks for the amazing content.
Great instruction. Well done!
Thanks so much for your feedback and your support :)
This video is thorough, intense and well thought out and put together. Nothing but appreciation for you. THANK YOU!!!!!
I ran the code on the gitlab which is provided in the description under the links section. The app still connects to the mongodb. We do not need the mongo-express. The js file is altered from the one in the video so that it does not require a user-account database and mongo-express.
Currently, mongo-express can not connect to the mongo database by using the commands in the video, because of version differences. I made it work with mongo-express:1.0.0-alpha.4 . It was published in 2022.
Just alter the command in "Developing with Containers Part" 'mongo-express' with 'mongo-express:1.0.0-alpha.4' at the end of the command . It works just like in the video.
Read the solution for this above in the comments from @theoverlander4579
VERY IMPORTANT FOR NEW WATCHERS
Your tutorial is unbelievably easy to digest. My AHA moment came at 1:31:00. it made me said "Ohhh that's it!!!"
I thank you for the time you spent on making this tutorial available. Super thanks!!
Really glad to hear, thank you Adhika! :)
thanks for this course 😀
You're welcome :) Thanks for your support!
By far one of the best tutorials I have watched online. Thoughtfully and methodically organized and presented. I needed a refresher in Docker and this video was very well worth the time to watch in its entirety. Thank you Nana, wonderful job!
This vs the freecodecamp docker tutorial, which one and why would u choose over the other?
Both of them got 2M+ views and positive comments so im really confused!
ua-cam.com/video/Gljzauny5HI/v-deo.html
Your tutorials are really helpful! Thanks for so much hard work in making detailed tutorials like this.
ua-cam.com/video/ozqj0JYQjPA/v-deo.html
I am so glad that I found your channel and you an inspiration for all who did lot of effort in making these videos and posted it for free. Finally I learned docker just because of you. Cant wait to learn more from you . Keep inspiring
Thank you so much Nikita. Always happy to hear such amazing feedback 💙
I am a complete novice where tech is concerned. I decided to learn some of these aspects amongst others, and discovered you, Nana, during my exploration here on YT. Having a background in training I will share that you have a remarkable way of translating things that can go into jargon, feel so simple. This is your gift! I am currently on this 3-hour course with you and everyone here, and want to acknowledge and thank you for choosing to create this - not so easy but completely understandable- program in such a powerful way. This also goes to show how your own mind works- you have the ability to dumb it down to an understandable degree. thank YOU very much Nana ! Kudos
This video was one of the best I watch in terms of clarity and content ! Everything was beginner friendly ! Thank you very much
i never seen the course like this ... be bless and congrats to you ... the way you explain is special
🙏
I've seen a lot of "Explaining docker" videos, but this is the best one! Great job.
Thank you Jakub :) really appreciate your comment!
Same opinion. Thousands of video about docker... Buy this one it Is deep, complete and definetely clear.
I took other courses and did Docker training but was unable to understand it. Finally, here is a material simplified in a fluid and exceptional way. I can never thank you enough @Nana
By far the best course on Docker out there. Especially the Demo part is incredibly educational :) Keep up the good work.
This is by far the best tutorial available for free
Thanks a bunch for this amazing effort ..
This is an EXCELLENT tutorial of docker. To the point, comprehensive and accurate!
Thank you Nana, I completed the whole course and now I feel I understand docker much better.
Thank you for spending your time on creating this course :)
Ingenious people are capable of explaining complex things in a simple way, you are proof of this claim. This is one of the best tutorials I have watched on youtube, not just about docker. Bravo!
Really, This is the first ever video I've ever watched from the beginning till end.. Thank you so much Nana..
Learned so much in such a short amount of time. Docker's been this scary, mysterious thing for a while for me, and this video did an amazing job of demystifying it. This video is an absolute gem.
the clarity of the examples is incredible , along with the designs to see in a graphical way what you are explaining , all together makes a great course, thank you very much for your effort!
Nana, this "Docker Tutorial for Beginners" video is an absolute gem! You explained complex concepts in such a clear, concise, and engaging way that even a complete Docker newbie like me could easily grasp them. Your enthusiasm and passion for the subject really shine through, making the learning process incredibly enjoyable🎓🎓
what other resources you are utilizing. are you doing as a data engineer?
This is one of the best tutorials I have seen for docker till now on youtube.
🙏🙏 Made me to complete the course with strong practical knowledge. You 're the best teacher.
Does this docker only works on Linux ??
It won't work on windows ??
@@illuminatidaylight8566I’ve been using Docker on Windows all the time and so far no issues
Probably one of the best teachers in the world. Literally.
Thank you so much! 🙏 Really happy to hear such feedback 😊
Thanks for the tutorial. The best part is you covered most of sections by giving examples which makes it more clear.
Appreciate your feedback 😊
I loved your voice as well as how clear and straight it is your Docker explanation. I was feeling lazy to find out what was Docker and you took out that stone from my back.... thanks!.. Greetings from Mexico =)
I aggre with you! 👊
Thank you Diego. Love to see such positive comments. Really appreciate it! 😊
@@TechWorldwithNana very welcome, keep on it! Saludos hermana 😺 🇲🇽
I learned a lot thanks to your well-cordinated explanations! Just wow! Thanks again.
Thanks Nana.
Incredibly I learned more from your video in English than videos in Portuguese from my Brazilian compatriots who don't know how to explain Docker.🤗
the best tutoriel i've seen so far
I can confidently say that you are the best online teacher in the WORLD!!
Thanks Anas! 💙
Go Go Girl! :) the best docker video ever!
I appreciate the time and effort you put into creating an interesting and informative Docker tutorial. Your creativity and passion for teaching made this a really fun learning experience
This is one of the best Tutorials i have followed in a long time. Great Job Anna :)
thank you so much :)
A clear and well structured presentation that takes a beginner from total ignorance to a level of practical competence. Thank you Nana. Much appreciated. I now feel like I understand how Docker containers work
This tutorial stands out as one of the finest I've encountered. I Appreciate for the excellent explanation that is concise and exceptionally clear.
This was an excellent tutorial. Extremely detailed and simple to follow along. This lesson was extremely valuable and will be used on my upcoming project. Thank you so much Nana!
One of best thing ever happened to me in pandemic year . Thank you so much for your amazing work !!!
Dear Ana, I can't thank you enough for this wonderful tutorial. I have referred multiple tutorials on docker from past 3 years. Not even one made me understand it. Your tutorial was just superb. It is so beautifully defined from scratch to the deployment on server I totally understood and could relate to my current project at work.. Thank you very much!!!! Looking forward for more such tutorials 👍
Thanks for this great feedback Pooja, really happy to hear :)
Mesmerizing. This is the best tutorial on docker I have browsed so far. 💌💌
Holy cow what a treasure! This must have been an incredible amount of effort!
Thank you Terry :) Yes it has been much effort, so I'm really happy to read so many positive comments :)
This tutorial is absolutely one of a kind and I really loved it. Thank you Nana for this awesome content.
Amazing tutorial! It's the best docker course I've ever watch so far. And thanks for making such a great content available for free!
@TechWorldwithNana, THANK YOU a lot!
It's the best video about Docker ever!
Hands down one of the best tutorials for docker. Very detailed and the example was so practical and simple. Keep up the good work Nana.
No words. Just amazing!
Great tutorial. Wonderful progression of topics alongside practical demos. I knew nothing about docker before watching this tutorial and now I'm confident enough to integrate it to my projects. Thank you nana for this awesome tutorial
This is one of the best tutorials for docker out there. Thanks a lot Nana for this loved it.
Wow, this is so helpful and detailed and clearly explained! Great job, and thanks so much for making this available for free.
Thank you so much Alice 😊
ua-cam.com/video/ozqj0JYQjPA/v-deo.html
Not the hero we deserve, but the hero we need. Thanks A LOT, this video helped me
Thank you 😊
This is absolutely fantastic. Always heard about Docker/containers, never understood them. Now I completely get it. Thank you!
Excellent Tutorial. As rightly said, One walks-in for this tutorial with 0% knowledge & after completing this tutorial you walk-out with 100% knowledge & confidence. Thanks!
Very detailed and well-paced tutorial, thank you! Before this tutorial, I could run docker commands but never understood the details. Now, I have a good understanding and a mental model of containers and how to make containers from web applications and services. I'm now confident to apply it in my projects and start learning Kubernetes. Thank you, Nana!
The best tutorial I've ever followed. If a question came to my mind while following this tutorial, it was answered within minutes. Congratulations
Hi Mam, one of the best content i have seen in youtube on docker, the way you structure your course along with practical examples, helps a lot. Thanks a lot for helping many people like me
This vs the freecodecamp docker tutorial, which one and why would u choose over the other?
Both of them got 2M+ views and positive comments so im really confused!