Docker Tutorial for Beginners [FULL COURSE in 3 Hours]

  Рет қаралды 5,216,148

TechWorld with Nana

TechWorld with Nana

Күн бұрын

Пікірлер: 4 400
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
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
@rehanmallik396
@rehanmallik396 3 жыл бұрын
Many Thanks !
@priyanka0222
@priyanka0222 3 жыл бұрын
Thanks please post full video on kubernetes
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
@@priyanka0222 Yes I will also put together a full course for k8s
@priyanka0222
@priyanka0222 3 жыл бұрын
@@TechWorldwithNana thanks for your reply
@vivekcloud7657
@vivekcloud7657 3 жыл бұрын
You are brilliant awesome course can you guide me on cloud security tools
@satish1012
@satish1012 3 жыл бұрын
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!!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
That's great! 😀 Thank you for nice feedback!
@atotskesew3356
@atotskesew3356 3 жыл бұрын
I thought you were exaggerating it, but you were 100% right.
@ssw4m
@ssw4m 3 жыл бұрын
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?
@amirmohammadjalili2676
@amirmohammadjalili2676 3 жыл бұрын
That's what I'm doing right now
@SunilSingh-xi8zm
@SunilSingh-xi8zm 3 жыл бұрын
Nana !!! Simply I can say fantastic work done by you....
@theoverlander4579
@theoverlander4579 3 ай бұрын
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.
@grimquokka9843
@grimquokka9843 3 ай бұрын
why can't we use the latest ones dude?
@zedpoutine
@zedpoutine 2 ай бұрын
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
@bsr_cinemagic
@bsr_cinemagic Ай бұрын
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 .
@davidomiunu782
@davidomiunu782 Ай бұрын
Thank you, you are a lifesaver. I thought I was doing something wrong
@shivalirana6218
@shivalirana6218 Ай бұрын
I was able to form the connection to port 3000, but it's showing me a blank page
@jsnulf
@jsnulf 3 жыл бұрын
This is one of the best tutorials I have run across in my 20+ years of software development. Excellent work. Quite remarkable.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you for this great feedback John, really appreciate it! 😊
@ytg6663
@ytg6663 2 жыл бұрын
Was there docker 20 years ago 🙄
@ytg6663
@ytg6663 2 жыл бұрын
Bytheway how much u earning now 😉
@myspace5671
@myspace5671 2 жыл бұрын
12mins into the tutorial and I feel that Docker is a small os dedicated and configured just for one service. am I right?
@fareedezzedeen8017
@fareedezzedeen8017 2 жыл бұрын
@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.
@ramgopal2520
@ramgopal2520 Жыл бұрын
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!
@TechWorldwithNana
@TechWorldwithNana Жыл бұрын
Thank you :)
@dischmitz
@dischmitz 4 ай бұрын
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!
@suhrieddatta3681
@suhrieddatta3681 2 жыл бұрын
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.
@aruljoseph5162
@aruljoseph5162 2 жыл бұрын
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?
@allanhouse
@allanhouse Жыл бұрын
@@aruljoseph5162 An you watched just free content videos here in this channel?
@Harshi_online
@Harshi_online Жыл бұрын
kzbin.info/www/bejne/fZ3Nq5Sro95ofqs
@rajkatiyar2402
@rajkatiyar2402 Жыл бұрын
@@aruljoseph5162 dont fall for every comment on social media xD
@leaoaugusto
@leaoaugusto Жыл бұрын
you have to pay the royalties now. 🤪🤣🤣
@suatozcan1813
@suatozcan1813 2 ай бұрын
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.
@Karinnederland
@Karinnederland Ай бұрын
Read the solution for this above in the comments from @theoverlander4579 VERY IMPORTANT FOR NEW WATCHERS
@PabloMythube
@PabloMythube 3 жыл бұрын
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.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you so much Pablo! Really appreciate your words! 😊🙏
@gonzalonicolas2861
@gonzalonicolas2861 3 жыл бұрын
sape profe
@PabloMythube
@PabloMythube 3 жыл бұрын
@@gonzalonicolas2861 :)
@amerikan
@amerikan Жыл бұрын
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!
@cristian-bull
@cristian-bull 3 жыл бұрын
It's ridiculous how much valuable and clearly presented information is in this single video. Thank you very very much good lady.
@ganatechsolutions9518
@ganatechsolutions9518 3 жыл бұрын
kzbin.info/www/bejne/pavUm2OAjradhqM
@currenttrendtv8920
@currenttrendtv8920 2 жыл бұрын
Then the word ridiculous is wrongly used
@cristian-bull
@cristian-bull 2 жыл бұрын
@@currenttrendtv8920 right lol
@LKNL13
@LKNL13 3 жыл бұрын
The fact we’re getting this content for FREE is amazing. Thank you for the amazing tutorials 🙌
@mohammedabrar1892
@mohammedabrar1892 3 жыл бұрын
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..
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you Mohammed for this feedback, really appreciate it :) Hope you subscribed and shared 😊
@mohammedabrar1892
@mohammedabrar1892 3 жыл бұрын
@@TechWorldwithNana yes Nana, I do have..👍👍
@mohammedmuddassir7170
@mohammedmuddassir7170 10 ай бұрын
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!
@Rahul-ym9uh
@Rahul-ym9uh 3 жыл бұрын
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!
@gowthamanramasamy
@gowthamanramasamy 3 жыл бұрын
i agree with you Rahul.
@ignaciosoteras3243
@ignaciosoteras3243 2 жыл бұрын
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!
@TechWorldwithNana
@TechWorldwithNana 2 жыл бұрын
Thank you Ignacio, appreciate this great feedback! :)
@wjsilva85
@wjsilva85 3 жыл бұрын
Most perfect tutorial ever. Very detailed. Finally I learned Docker.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
I'm always happy to read such comments :) appreciate it
@ganatechsolutions9518
@ganatechsolutions9518 3 жыл бұрын
kzbin.info/www/bejne/pavUm2OAjradhqM
@hemant25091976
@hemant25091976 5 күн бұрын
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!
@Kushagra105
@Kushagra105 3 жыл бұрын
Suggested this video to my Juniors and now they are expert in Docker. As Always, Great Work Nana.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
😀 Great to hear! Thank you
@ericschacht
@ericschacht 2 жыл бұрын
The best tutorial I've ever followed. If a question came to my mind while following this tutorial, it was answered within minutes. Congratulations
@chiragpatel659
@chiragpatel659 3 жыл бұрын
Best part is you are covering Why and what problem it solves.. your tutorials are simply some of the best tutorials I have encountered....
@genkiferal7178
@genkiferal7178 3 жыл бұрын
yes! If you know the 'why', you can often come up with the 'how' (in future scenarios).
@slimahmed5631
@slimahmed5631 Жыл бұрын
Some people are just born to be teacher/coach, excellent work, many thanks
@abduladnan9588
@abduladnan9588 3 жыл бұрын
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.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Great to hear Abdul! Thanks for your positive comment! 🤗
@idr_n1870
@idr_n1870 2 жыл бұрын
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.
@abdul6423
@abdul6423 2 жыл бұрын
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!
@starvosxant4348
@starvosxant4348 2 жыл бұрын
@@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.
@abdul6423
@abdul6423 2 жыл бұрын
@@starvosxant4348 really appreciate the response! I guess i'll stick to this one.
@ConstructionBusiness
@ConstructionBusiness 2 жыл бұрын
@@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.
@foussenihema6839
@foussenihema6839 Жыл бұрын
@@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 KZbin) time is a minor factor. I struggle for countless hours with useless tutorials on Docker (among other stuff). Just learn from the best.
@syafihakim1181
@syafihakim1181 2 жыл бұрын
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.
@testme2026
@testme2026 Жыл бұрын
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!
@wolfhe-him4420
@wolfhe-him4420 2 жыл бұрын
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!
@kingcrimson1631
@kingcrimson1631 3 жыл бұрын
The amount of effort gone into this tutorial is immense. Really good job Nana. I just learned docker for fun haha
@Humorous_Facts
@Humorous_Facts 7 ай бұрын
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🎓🎓
@todayspecial9705
@todayspecial9705 7 ай бұрын
what other resources you are utilizing. are you doing as a data engineer?
@thinkwith_shannu
@thinkwith_shannu 7 ай бұрын
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.
@VikingTerror
@VikingTerror 3 жыл бұрын
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!
@shaikirfanameer359
@shaikirfanameer359 Жыл бұрын
Hi Can you please share the notes with me.I can post my email id.
@geeteshmittal7973
@geeteshmittal7973 10 ай бұрын
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.
@wkjagt
@wkjagt 9 ай бұрын
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.
@manognajoshik8465
@manognajoshik8465 5 ай бұрын
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.
@carolinecares9
@carolinecares9 4 ай бұрын
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
@jaykeer8662
@jaykeer8662 Жыл бұрын
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 !!!
@zeljkobanovic4398
@zeljkobanovic4398 10 ай бұрын
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
@harshitkothari15
@harshitkothari15 Жыл бұрын
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.
@yapadqoi
@yapadqoi 3 жыл бұрын
Probably one of the best teachers in the world. Literally.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you so much! 🙏 Really happy to hear such feedback 😊
@PrabhdeepSingh-ot5qy
@PrabhdeepSingh-ot5qy Жыл бұрын
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.
@alfred1243
@alfred1243 3 жыл бұрын
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?
@chayanchoudhury3042
@chayanchoudhury3042 3 жыл бұрын
You are doing a great job !! For people like us who are new to Devops its like meeting a messiah...God Bless you!
@abhijaysaraswat9003
@abhijaysaraswat9003 2 жыл бұрын
You didnt skip a single detail and gave proper time to each and every little aspect . Very nice tutorial.
@la_mouette
@la_mouette Жыл бұрын
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 KZbin, thank's a lot once again
@saeedakbar1150
@saeedakbar1150 2 жыл бұрын
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.
@TechWorldwithNana
@TechWorldwithNana 2 жыл бұрын
Thank you Saeed, really happy to hear my videos are so helpful to you guys!! :)
@andreizamfira
@andreizamfira 2 жыл бұрын
Mannn, that's a compliment...!!!
@dipeshbhanji3901
@dipeshbhanji3901 2 жыл бұрын
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
@Jakub1989YTb
@Jakub1989YTb 3 жыл бұрын
I've seen a lot of "Explaining docker" videos, but this is the best one! Great job.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you Jakub :) really appreciate your comment!
@StefanoPompa
@StefanoPompa 3 жыл бұрын
Same opinion. Thousands of video about docker... Buy this one it Is deep, complete and definetely clear.
@shanmukhasaratponugupati6308
@shanmukhasaratponugupati6308 3 жыл бұрын
well, your voice made me sit for 2 hrs and learn docker. Thanks for the amazing content.
@robtea3941
@robtea3941 13 сағат бұрын
I really like the level of detail in this video, other youtube docker tutorials dont go into all the things that can go wrong when working with docker. I can see it must have been a lot of work to prepare, thank you
@adhikawidjaya2447
@adhikawidjaya2447 2 жыл бұрын
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!!
@TechWorldwithNana
@TechWorldwithNana 2 жыл бұрын
Really glad to hear, thank you Adhika! :)
@aleksandarpetrovic2632
@aleksandarpetrovic2632 3 жыл бұрын
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!
@nikitarungta3423
@nikitarungta3423 3 жыл бұрын
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
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you so much Nikita. Always happy to hear such amazing feedback 💙
@unitybr3222
@unitybr3222 Жыл бұрын
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.🤗
@SV-ej9ze
@SV-ej9ze Жыл бұрын
🙏🙏 Made me to complete the course with strong practical knowledge. You 're the best teacher.
@illuminatidaylight8566
@illuminatidaylight8566 Жыл бұрын
Does this docker only works on Linux ?? It won't work on windows ??
@dotnetspark
@dotnetspark Жыл бұрын
@@illuminatidaylight8566I’ve been using Docker on Windows all the time and so far no issues
@unblockgames
@unblockgames 2 жыл бұрын
This video is thorough, intense and well thought out and put together. Nothing but appreciation for you. THANK YOU!!!!!
@amourouakou5377
@amourouakou5377 Жыл бұрын
i never seen the course like this ... be bless and congrats to you ... the way you explain is special
@TechWorldwithNana
@TechWorldwithNana Жыл бұрын
🙏
@mohammedeljouhari4009
@mohammedeljouhari4009 8 ай бұрын
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
@rakotondrainibehariminolal2151
@rakotondrainibehariminolal2151 Жыл бұрын
This video was one of the best I watch in terms of clarity and content ! Everything was beginner friendly ! Thank you very much
@bhupellygopikrishna3039
@bhupellygopikrishna3039 Жыл бұрын
Thankgod I found this video at the early stage of Devops Preparation.. Thankyou soo much Nana.. Simply Brilliant
@351sameer8
@351sameer8 Жыл бұрын
Actually iam from non it branch.Now i can do without any help.. What a clean and clear explaination.. Thanks a lot mam
@sanketss84
@sanketss84 24 күн бұрын
Watched all the modern docker tutorials on your channel and came back to this one to see how much has changed but indeed it helped me solidify my docker concepts even further, Thanks Nana.
@mprone
@mprone 3 жыл бұрын
Not the hero we deserve, but the hero we need. Thanks A LOT, this video helped me
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you 😊
@97vaqasazeem
@97vaqasazeem 3 жыл бұрын
Thanks for the tutorial. The best part is you covered most of sections by giving examples which makes it more clear.
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Appreciate your feedback 😊
@benjafari6868
@benjafari6868 2 жыл бұрын
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!
@abdul6423
@abdul6423 2 жыл бұрын
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!
@Harshi_online
@Harshi_online Жыл бұрын
kzbin.info/www/bejne/fZ3Nq5Sro95ofqs
@raj_kundalia
@raj_kundalia 10 ай бұрын
This is one of the best tutorials I have seen for docker till now on youtube.
@eonacademy5036
@eonacademy5036 3 жыл бұрын
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 =)
@GurkanALTAY
@GurkanALTAY 3 жыл бұрын
I aggre with you! 👊
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you Diego. Love to see such positive comments. Really appreciate it! 😊
@eonacademy5036
@eonacademy5036 3 жыл бұрын
@@TechWorldwithNana very welcome, keep on it! Saludos hermana 😺 🇲🇽
@DanCortes
@DanCortes Жыл бұрын
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.
@FilipposKolovos
@FilipposKolovos 2 жыл бұрын
This is an EXCELLENT tutorial of docker. To the point, comprehensive and accurate!
@louislau5712
@louislau5712 Жыл бұрын
This is the best Docker tutorial I've ever seen!! I want to like this video more than once but KZbin doesn't allow me to do that. Thank you Nana!
@zaidiqbal1745
@zaidiqbal1745 Жыл бұрын
This is by far the best tutorial available for free Thanks a bunch for this amazing effort ..
@justvj4190
@justvj4190 2 жыл бұрын
I learned a lot thanks to your well-cordinated explanations! Just wow! Thanks again.
@gautamrajotya2170
@gautamrajotya2170 Жыл бұрын
The Best docker tutorial, I have seen in my entire career... awesome job Nana
@poojagowda3372
@poojagowda3372 Жыл бұрын
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 👍
@TechWorldwithNana
@TechWorldwithNana Жыл бұрын
Thanks for this great feedback Pooja, really happy to hear :)
@luisfilipe1556
@luisfilipe1556 Жыл бұрын
Thank you for the free content! Cut, sharp and to the point.
@danieltebecheri7690
@danieltebecheri7690 Жыл бұрын
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!
@srinandanmall1
@srinandanmall1 7 ай бұрын
This tutorial stands out as one of the finest I've encountered. I Appreciate for the excellent explanation that is concise and exceptionally clear.
@ummarasettykirankumar9151
@ummarasettykirankumar9151 3 жыл бұрын
Really, This is the first ever video I've ever watched from the beginning till end.. Thank you so much Nana..
@vaughanscott4580
@vaughanscott4580 11 ай бұрын
If like me you are a real beginner like me 😅and you open localhost like in the video and it asks for login (unlike in the video) try User:admin, Password: pass. It shows it towards the bottom of the logs. basicAuth credentials are "admin:pass", it is recommended you change this in your config.js!
@vaughanscott4580
@vaughanscott4580 7 ай бұрын
Why it ignores the docker compose file is something I haven't figured out yet and if someone can explain that i would really appreciate it thanks. :)
@joseaurelianoquijada8121
@joseaurelianoquijada8121 5 ай бұрын
thanks for this!
@vaughanscott4580
@vaughanscott4580 5 ай бұрын
@@joseaurelianoquijada8121 hope it helps 😅
@user-hr6hh1gc3e
@user-hr6hh1gc3e 5 ай бұрын
ohhh now understoood this, thanks a lot.. wondering why the pop-up didnt came for Nana in the video
@WylieBrown-yd9cj
@WylieBrown-yd9cj 4 ай бұрын
You sir, are a saint!
@akinpelumi717
@akinpelumi717 Жыл бұрын
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!!!
@NebliAziz-e7i
@NebliAziz-e7i 11 ай бұрын
For everyone haviing trouble at building the docker image @ 1:42:02 , when creating the Dockerfile it is created with a capital d and without any extension , VS code automatically put a .dockerfile extension , remove it
@denver.3715
@denver.3715 2 жыл бұрын
This video is almost 2 years old but it still taught me so much and almost everything in this video is still relevant, Thank You for this 💖💖💖
@illingr
@illingr 3 жыл бұрын
Holy cow what a treasure! This must have been an incredible amount of effort!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Thank you Terry :) Yes it has been much effort, so I'm really happy to read so many positive comments :)
@ahmedmsouber1180
@ahmedmsouber1180 2 жыл бұрын
the best tutoriel i've seen so far
@pgithens1
@pgithens1 9 ай бұрын
I only recently started having a need to understand and use Docker and this tutorial was REALLY helpful. Thanks!
@CrossCultural
@CrossCultural 3 жыл бұрын
Your tutorials are really helpful! Thanks for so much hard work in making detailed tutorials like this.
@ganatechsolutions9518
@ganatechsolutions9518 3 жыл бұрын
kzbin.info/www/bejne/pavUm2OAjradhqM
@yoking1213
@yoking1213 3 жыл бұрын
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 :)
@timoose3960
@timoose3960 3 жыл бұрын
By far the best course on Docker out there. Especially the Demo part is incredibly educational :) Keep up the good work.
@carneirocavalcante
@carneirocavalcante Жыл бұрын
Definitely the best docker tutorial I've ever seen.
@MANISHKUMAR-uk1hv
@MANISHKUMAR-uk1hv Жыл бұрын
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
@anasmomani647
@anasmomani647 Жыл бұрын
I can confidently say that you are the best online teacher in the WORLD!!
@TechWorldwithNana
@TechWorldwithNana Жыл бұрын
Thanks Anas! 💙
@krishnan30990
@krishnan30990 3 жыл бұрын
I’ve never ever watched a tutorial with my eyes stuck to the screen for 3 hrs. Perfect one ! I wish you lots of success ahead ! You were nailing it ! I’m gonna watch the kubernetes one now !
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
😁 That's so great to hear! Thank you!
@arun3122
@arun3122 7 ай бұрын
This is one of the best tutorials for docker out there. Thanks a lot Nana for this loved it.
@ger_pron
@ger_pron 3 жыл бұрын
This is one of the best Tutorials i have followed in a long time. Great Job Anna :)
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
thank you so much :)
@ITSH4WK
@ITSH4WK 2 жыл бұрын
This is absolutely fantastic. Always heard about Docker/containers, never understood them. Now I completely get it. Thank you!
@steelgoofy2816
@steelgoofy2816 3 жыл бұрын
This is exactly what I was looking for. Learned a lot, love docker. Thank you!
@TechWorldwithNana
@TechWorldwithNana 3 жыл бұрын
Happy to hear it was helpful :)
@thinhon8148
@thinhon8148 Жыл бұрын
Thanks Nana. I would say this is the best Docker tutorial on KZbin 🥰
@nagesh1190
@nagesh1190 3 жыл бұрын
One of best thing ever happened to me in pandemic year . Thank you so much for your amazing work !!!
@Krrish12321
@Krrish12321 3 жыл бұрын
Small addon: Run commands are executed only at the image build step. All changes introduced by the Run command creates a new layer and will be committed to the container image. CMD command is auto executed when the image is launched and can be overridden.
@ganatechsolutions9518
@ganatechsolutions9518 3 жыл бұрын
kzbin.info/www/bejne/pavUm2OAjradhqM
@GP2_engine_14
@GP2_engine_14 Жыл бұрын
Exactly what I needed to get a grasp of what Docker can do and what its uses are. And it was available for free, simply amazing! Thank you for all the effort you put in, it really makes a difference.
@krimsonsun10
@krimsonsun10 Жыл бұрын
Thanks! For the best Docker tutorial. The section "Developing with Containers" is awesome.
@TechWorldwithNana
@TechWorldwithNana Жыл бұрын
Thanks so much, really happy to hear!
@donzami
@donzami Жыл бұрын
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.
@joselet12345
@joselet12345 3 жыл бұрын
No words. Just amazing!
@jerewang1
@jerewang1 2 жыл бұрын
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!
@kalyanboro6338
@kalyanboro6338 Жыл бұрын
Discovering Nana on youtube is one of the best things ever happened in my life!!
Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
3:36:55
TechWorld with Nana
Рет қаралды 8 МЛН
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,7 МЛН
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 13 МЛН
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 1 МЛН
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 94 М.
Docker In One Shot - Part 1
1:11:48
Piyush Garg
Рет қаралды 264 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,1 МЛН
GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker
32:31
TechWorld with Nana
Рет қаралды 1,5 МЛН
Ultimate Docker Compose Tutorial
1:03:14
TechWorld with Nana
Рет қаралды 179 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 290 М.
Kubernetes Crash Course for Absolute Beginners [NEW]
1:12:04
TechWorld with Nana
Рет қаралды 2,7 МЛН
you need to learn Docker RIGHT NOW!! // Docker Containers 101
23:19
NetworkChuck
Рет қаралды 2,7 МЛН
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 430 М.
Proxy vs Reverse Proxy vs Load Balancer | Simply Explained
13:19
TechWorld with Nana
Рет қаралды 68 М.