Docker and Kubernetes Tutorial | Full Course [2021]

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

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

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

    Thank you Nelson for the great collaboration 🙂
    Here the YAML configuration files for Kubernetes demos:
    ► gitlab.com/nanuchi/youtube-tutorial-series/-/tree/master/demo-kubernetes-components
    ► gitlab.com/nanuchi/youtube-tutorial-series/-/tree/master/kubernetes-configuration-file-explained
    Hope you enjoy the course! :)

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

      Thank you both for this amazing tutorial this helped me a lot kudos to great teachers. 👩‍🏫

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

      Can you guys please share slide deck, if possible ?

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

      The index file for greyscale is no longer in the main directory it is within a dist folder. How do I fix that?

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

      You both are awesome! Thank you for the great tutorial.

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

      Thank you for this course! A very nice explanation for Kubernetes (I did not watched the Docker part because I somehow knew that). I have an objection though. With the Secret part. Base64 is not an encryption, is just an encoding. So, in my opinion at least, it does not make a difference if you keep the password in clear text or Base64 encoded. Do I miss something?

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

    *Timestamps*
    *Introduction to Docker*
    0:00 - Introduction
    2:34 - Course Overview
    5:03 - What is Docker
    9:34 - Installing Docker
    12:56 - Verify Installation
    *Images, Containers, and Ports*
    15:36 - Images & Containers
    17:06 - Pulling NGINX Image
    21:12 - Running Containers
    25:48 - Exposing Ports
    30:01 - Exposing Multiple Ports
    31:38 - Managing Containers
    39:37 - Naming Containers
    *Volumes*
    45:38 - Volumes
    49:47 - Volumes Between Host and Container
    57:53 - Customize Website
    1:00:48 - Volumes Between Containers
    *Building Images*
    1:04:03 - Dockerfile
    1:06:10 - Creating Dockerfile
    1:11:55 - Docker Build
    *Project: Build an Image for an API*
    1:19:16 - Node JS and Express JS
    1:25:50 - Dockerfile for our API
    1:31:57 - Running Containers for our API
    *Caching and Layers*
    1:35:02 - .dockerignore
    1:40:17 - Caching and Layers
    1:45:32 - Caching and Layers Part 2
    *Reducing Image Size*
    1:51:39 - Alpine
    1:54:30 - Pulling Alpine Images
    2:00:02 - Using Alpine
    *Tags and Versioning*
    2:06:28 - Tags and Versions
    2:09:31 - Using Tags with Versions
    2:13:35 - Running Containers and Tags
    2:17:23 - Tagging Override
    2:20:22 - Tagging Own Images
    2:25:06 - Running Containers with Different Tags
    *Image Registries*
    2:29:58 - Docker Registry
    2:32:58 - Create Docker Hub Repo
    2:35:31 - Pushing Images to Docker Hub
    2:41:32 - Pulling Own Images
    *Debugging Containers*
    2:46:06 - Docker Inspect
    2:49:30 - Docker Logs
    2:53:51 - Docker Exec
    *Introduction to Kubernetes*
    2:57:30 - Kubernetes
    2:58:35 - Course Overview
    2:59:03 - What is Kubernetes
    *Kubernetes Architecture & Components*
    3:02:28 - Kubernetes Architecture
    3:07:01 - Pod, Service & Ingress
    3:12:51 - Config Map and Secret
    3:16:05 - Volumes
    3:18:06 - Deployments and Stateful Sets
    3:23:25 - Components Summary
    *Developing Locally*
    3:24:23 - Minikube and kubectl
    3:28:06 - Installing Minikube and kubectl
    3:34:06 - Create Deployment
    3:37:17 - Debugging Pods
    3:40:21 - kubectl apply -f
    3:44:48 - kubectl commands summary
    *Project: MongoDB and Mongo Express*
    3:45:42 - Deploying MongoDB and Mongo Express
    3:48:00 - MongoDB Pod
    3:52:01 - Secret
    3:58:16 - MongoDB Internal Service
    4:03:08 - Deployment Service and Config Map
    4:09:56 - Mongo Express External Service
    4:16:06 - Congrats! You made it to the end 🎉
    *Don't Forget to Subscribe!*
    Jazāk Allāhu Khayran Nelson and Nana for putting out such amazing content for free! You guys are the best ❤
    • Nelson's Channel: th-cam.com/channels/dngmbVKX1Tgre699-XLlUA.html
    • Nana's Channel: th-cam.com/channels/dngmbVKX1Tgre699-XLlUA.html
    *Useful Links*
    • docker ps narrow format: pastebin.com/XLJGkqhj
    • sign up or sign in to dockerhub: hub.docker.com/
    • nginx on dockerhub: hub.docker.com/_/nginx
    • node on dockerhub: hub.docker.com/_/node
    • mongo on dockerhub: hub.docker.com/_/mongo
    • mongo-express on dockerhub: hub.docker.com/_/mongo-express
    • dockerfile reference: docs.docker.com/engine/reference/builder/
    • the definitive book on kubernetes, from my own research: www.amazon.ca/Kubernetes-Action-Marko-Luksa/dp/1617293725

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

      Thanks a lot.

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

      Thank u so much bro. Please add remaining timestamps also. It will be helpful :-)

    • @Adam-gp3ij
      @Adam-gp3ij 4 ปีที่แล้ว +5

      That really helps! he might copy it and add it to the descriptions.

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

      Thank you ;)

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

      Thanks!
      This is is really awesome to have the accurate timestamps for efficiency!

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

    2:57:29 - kubernetes start

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

    One of the best tutorials ever. Very clear, no extra talking and very easy to follow. You are the best.

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

    To get the nicely formatted docker PS he uses, here is the string:
    "ID\t{{.ID}}
    NAME\t{{.Names}}
    IMAGE\t{{.Image}}
    PORTS\t{{.Ports}}
    COMMAND\t{{.Command}}
    CREATED\t{{.CreatedAt}}
    STATUS\t{{.Status}}
    "
    Loving this course so far, thanks

    • @craigabel4eva
      @craigabel4eva 3 ปีที่แล้ว

      very handy, thanks bro

    • @ВолодимирМельник-г4и
      @ВолодимирМельник-г4и 2 ปีที่แล้ว

      Thank you so much!

    • @prashantprakash7142
      @prashantprakash7142 2 ปีที่แล้ว

      How to use this format in windows?

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

      @@prashantprakash7142 same as described on mac using powershell command line : docker ps --format="ID\t{{.ID}}
      NAME\t{{.Names}}
      IMAGE\t{{.Image}}
      PORTS\t{{.Ports}}
      COMMAND\t{{.Command}}
      CREATED\t{{.CreatedAt}}
      STATUS\t{{.Status}}
      "
      And if you mean how to assign a value to a variable , you can use the following on PowerShell too $FORMAT="ID\t{{.ID}}
      NAME\t{{.Names}}
      IMAGE\t{{.Image}}
      PORTS\t{{.Ports}}
      COMMAND\t{{.Command}}
      CREATED\t{{.CreatedAt}}
      STATUS\t{{.Status}}
      "
      then use the variable as described ;)

    • @Dii129
      @Dii129 2 ปีที่แล้ว

      @@prashantprakash7142 set FORMAT=".."
      docker ps --format="%FORMAT%"

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

    I just want to thank Nelson and Nana for this unique 4-hour bundle providing both hands-on experience and strong theoretical foundations. This is by far the best content I've been able to find on the subject. Keep up the good work guys! Merci beaucoup!

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

    Definitely one of the most professionally done tutorials on the internet!!!

  • @edwin-jq4dp
    @edwin-jq4dp 4 ปีที่แล้ว +97

    Nelson, you are a saint. I wish you the best in life.

  • @Adam-gp3ij
    @Adam-gp3ij 4 ปีที่แล้ว +15

    After almost a week, finally, I finished the course. You guys are awesome. now I am familiar with docker

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

    If you will have problem with sharing volume on windows with PowerShell (at 53:30 of the video):
    - create "website" folder with index.html on your docker directory (like C:\Users\user\.docker...)
    - after that try this command "docker run --name website -v C:\Users\user\.docker\website:/usr/share/nginx/html:ro -d -p 8080:80 nginx" (where first path is your docker path directory)
    Hope will helps...
    p/s Thanks for the amazing video Nelson and Nana!

    • @sandeepnyoupane3328
      @sandeepnyoupane3328 4 ปีที่แล้ว

      I have been trying to work on docker volume but when I pass the command
      docker run --name website -v $(pwd):/usr/share/nginx/html:ro -d -p 8080:80 nginx:latest
      gives me an error called PS C:\Users\DEADVILLA\OneDrive\Desktop\website> docker run --name website -v $(pwd):/usr/share/nginx/html:ro -d -p 8080:80 nginx:latest
      docker: invalid reference format.
      can anyone help me solve this problem

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

      Thank you Gaziz. I would like to add that for Windows it only worked on PowerShell, for me. Gitbash and Command Prompt gave me a hard time and did not run at the end.
      Hope it helps others

    • @expressionately
      @expressionately 2 ปีที่แล้ว

      This worked on a win powershell …thank you so much…

  • @patty6339
    @patty6339 28 วันที่ผ่านมา

    two of my favorite tech mentors delivering an impact-filled course together, it does not get better than this.. am excited to take this course and learn from both of you.

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

    Man, since now i was looking for the best docker course and you are the best teacher i ever seen for that topic! i'm not anglophone but the way you explain and talk is so impressive; you won a loyal subscriber. I'll check other videos too

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

    Thank you Nana and Nelson joining forces. The world needs more people like you. Both of you have excellent teaching style and provided amazing content to the public. May allah never stop filling your hearts with joy.

  • @sollymohlahatsa857
    @sollymohlahatsa857 2 ปีที่แล้ว

    In my opinion, I think Nelson is the best programming teacher I've met online. I mean he's eloquent. superb!

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

    I want to say thank you soooooooooooooooo much This topic was very confusing for me, honestly after watching hours tutorials and failing in multiple interviews q/a I had lost my hope on myself. I am wondered how patiently you guys explained it step by step and with details everything was wonderful documentation, examples code explanation I really don't know how to appreciate you I wish you and your beloved ones health, happiness, wealth, joy and success ❤❤❤❤🌹🌹🌹🌹🌹🌹🌹🌹🙏🙏🙏🙏🙏🙏🙏

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

    I am blown away at how amazing this course is.. I am truly thankful for the content!!!

  • @maryo1134
    @maryo1134 3 ปีที่แล้ว

    I watched your 3hours Docker video, I must say you are one of the best teacher I have come across on youtube.. Thank you so much as I now have a good understanding of Docker.

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

    I hear "Assala mu alikum wa rahma tullahi" and I click "like". So amazing seeing a muslim in the tech space. Thank you so much brother.

    • @Тима-у5у3ш
      @Тима-у5у3ш 2 ปีที่แล้ว +5

      It means that you are interested in religion and fulfilled by prejudices.
      Shame on your opinion, cause it's not about tech

  • @MrAndykofi
    @MrAndykofi 3 ปีที่แล้ว

    You are not just a good software developer and a super tutor, clean, clear and to the point.

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

    I can pretty much say was pretty much a good course. I really enjoyed it and learned a lot. Thank you guys for such amazing work!

  • @khalid-dk2gw
    @khalid-dk2gw 2 ปีที่แล้ว

    This course is better than many paid courses. kudos to you guys.

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

    Nelson, this is the best tech channel on TH-cam by far. I cannot thank you enough.

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

    By far the best tutorial for Docker and Kubernetes that you can find in youtube , thanks you both very much

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

    Thank you for such an amazing tutorial !!!. it was worth it to spend a few hours to really really learn the fundamentals.
    Nelson, I loved the pace of this incredible illustration. If you ever come to Denver, please drop me a note, I would take you and Nana to a dinner. A restaurant of your choice. I am serious !!. that's the least I can do to express my appreciation and gratitude to you all for spending your time to educate everyone here. Thanks you again !!. Mat.

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

    Hey Nelson waiting for expert level java course. I have completed the beginer level and that was awesome. Looking forward for the new video on java. Thanks man

  • @Frank2tek
    @Frank2tek 4 ปีที่แล้ว

    Best Docker and Kubernetes tutorial on TH-cam. Thanks Amigo. Cheers from Italy !

  • @DuyTran-ss4lu
    @DuyTran-ss4lu 2 ปีที่แล้ว

    Excellent. If you're a beginner and found this tutorial, you're super lucky

  • @AbhishekChanda
    @AbhishekChanda 4 ปีที่แล้ว

    You are a very good teacher. But you can put your listeners to sleep. Having said that, this is an excellent course. The docker part audio was asmr-ish. Fell into sleep multiple times.

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

    This is awesome , benchmark of teaching. Watched full video and gained the knowledge about docker and kubernetes. Kudos both of you

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

    When I heard Assalamualaikum. I knew I wouldn't be looking for another tutorial so am gonna understand and love this

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

    Walaikum assalam wa rahmatullahi wa barakatuh - Jazak ALLAH Ya Khair and thank you very much guys for this effort - only ALLAH Subhana Ta'ala can give you rewards for your efforts, stay blessed.... a lot of love and dua from Pakistan ❤

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

    great stuff! i learned a tonne about Docker and Kubernetes!
    just one thing, and i don't want to be *that guy*, but LTS does not stand for Latest, it stands for Long Term Support 😅

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

    don't skip ads, this guy gave you gold

  • @shawntabledsoe5537
    @shawntabledsoe5537 2 ปีที่แล้ว

    Wow 4 hours of content and all for FREE? Amazing as always guys

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

    I really enjoy your videos. Thanks a lot for sharing your knowledge. You really rock! In particular, I like the way how you teach complex topics in an entertaining and very comprehensible way.

  • @grow-helpingpeoplewithhair334
    @grow-helpingpeoplewithhair334 4 ปีที่แล้ว +1

    Absolutely the best tutorial I found so far about Docker and K8s. Thank you very much! 🙂

  • @dji-7138
    @dji-7138 3 ปีที่แล้ว

    I love your course on TH-cam since I have progressed a lot thanks for the free course I am getting better on command line !

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

    Wow! Both of you in one channel. I can retire all of my other bookmarks and keep this one. Thank you guys!

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

    Looking forward to learning some Devops! Especially important technologies such as Docker and Kubernetes! Thanks Nelson and Nina for providing two courses in one! And for free!!

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

    Great explanations in simplest way and covering all details. Thanks to both Nelson and Nana.

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

    wow! what a combo Nelson and Nana what else can i expect except the best always, thank you guys for giving us all these contents for free despite ur busy schedule , you guys are great God bless you both

  • @rahulshimpi8914
    @rahulshimpi8914 4 ปีที่แล้ว

    Very good tutorial. Thank you so much. I don't know about docker and kubernetes but watch your video now I am so excited to work with this two tool. Again thank you so much sir and madam. 🙏

  • @goytayibarek
    @goytayibarek 4 ปีที่แล้ว

    I am in one hour and it is better than the 3 lessons of cloud development on Udacity sponsored by my company! Kudos to you both!

  • @RafiqueMohammed
    @RafiqueMohammed 3 ปีที่แล้ว

    Never thought I would find Nana here... Bro! Your channel is my recent fav channel next to Nana!

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

    Wow. Each and everything was explained so beautifully. Best video to start with

  • @andriyzhuk8830
    @andriyzhuk8830 4 ปีที่แล้ว

    I've been using docker for a while but still got many useful tips. Definitely a tutorial to bookmark.

  • @jknair0
    @jknair0 4 ปีที่แล้ว

    The quality of this tutorial is amazing

  • @lucaskouonga4624
    @lucaskouonga4624 3 ปีที่แล้ว

    Watched full video and gained the knowledge about docker and kubernetes. Thanks

  • @abuKe530
    @abuKe530 4 ปีที่แล้ว

    wow , thank u guys all this content for free , thats INSANE !!

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

    Really really REALLY amazing tutorial !! Thanks a lot Nana and Nelson for making such a complex topic really easy to understand and fun to learn !! ❤

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

    This is, pretty much, the best tuturial out there. Thanks for it

  • @nahartewatia7796
    @nahartewatia7796 4 ปีที่แล้ว

    I love the way you explain small but important details ...Good work and thanks..

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

    Can't wait to go through this tutorial , you have great content bro 👊

  • @dellafong
    @dellafong 4 ปีที่แล้ว

    Nana, you made the complicated Kubernetes topic so easy to understand, well done!

  • @serhendiefendi
    @serhendiefendi 4 ปีที่แล้ว

    Dehşetül Vahşet bir seri olmuş. 4 saatin hakkını vermişsiniz.

  • @TheNarstonerz
    @TheNarstonerz 3 ปีที่แล้ว

    Thank you from France Nelson. Appreciate your work that helps me so much during my apprenticeship !

  • @andreguimaraes9347
    @andreguimaraes9347 3 ปีที่แล้ว

    Absolutely amazing work! Been at it for 2 days and just got half way through it hahaha
    3 chapters until Kubernetes, let's gooo!

  • @yannickfumukani4798
    @yannickfumukani4798 4 ปีที่แล้ว

    Best docker and Kubernetes course.
    Straight forward and practical!

  • @cherylgabello2118
    @cherylgabello2118 3 ปีที่แล้ว

    Thanks Nelson and Nana. I am a newbie to both Docker and Kubernetes. This was very helpful. Cannot wait to learn more!

  • @enricosaccheggiani3192
    @enricosaccheggiani3192 4 ปีที่แล้ว

    Compliments i was looking for a good explanation first for how to mount a volume on containers simply and easy.
    Then I am going forward
    Thanks a lot Amigo and Nana.
    All the best Regards

  • @rhinopromptmovers3468
    @rhinopromptmovers3468 2 ปีที่แล้ว

    You are a great software engineer.Learnt a lot from you and aspiring to become a software Engineer some day.Great job 👍 Nelson

  • @nchecker00
    @nchecker00 4 ปีที่แล้ว

    fun fact: I've never seen any video from this guy before, and I mostly clicked because of Nana tbh. But when from the 1 sec he says Assalamu Aleikum with that shiny face next things I did is clicked the subscribe button.

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

    Guys! I love you, thank you from the bottom of my heart for sharing your knowledge

  • @dconwheels5309
    @dconwheels5309 4 ปีที่แล้ว

    Nelson you are awesome man. You have simplified docker to learn for beginners like me. God bless you❤️

  • @ranjeetau
    @ranjeetau 2 ปีที่แล้ว

    Amazing... Adam and Nana , it really a fantastic .. I just don' t have any word..

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

    For windows users 54:11 if your conteiner immeditaley stops after running or if you have a 403 frbidden ... try mounting volume like this : docker run --name website -v C:/Users/yourusername/Desktop/website:/usr/share/nginx/html:rw -d -p 8080:80 nginx

  • @yapadqoi
    @yapadqoi 4 ปีที่แล้ว

    I happen to be subscribed to both channels and I'm also very excited. You guys are really great! Thanks

  • @srichaitanya6378
    @srichaitanya6378 4 ปีที่แล้ว

    Sir your explanation is mind- blowing. Sir really appreciate now a days microservices,docker,kubernetes,restful services these are the boom in the market

  • @jeff_gh
    @jeff_gh 2 ปีที่แล้ว

    Great tutorial Nelson. I am only halfway through but I already learned a lot. Thank you for your amazing work!

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

    the best tutorial I've ever seen! Thanks a lot!

  • @AbdullahKhan-kd8us
    @AbdullahKhan-kd8us 4 ปีที่แล้ว

    Ma Sha Allah Nelson I am learning the basics from this video. Thank you so much. May Allah Almighty bless you and your family with a lot of happiness.
    Thanks again :)

  • @sougatanayak5354
    @sougatanayak5354 4 ปีที่แล้ว

    This video game me everything I needed for docker..... You're a hero Nelson

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

    tres bon partenariat pour expliquer tout les concepts les plus importants pour commencer a utiliser docker et kubernetes. Merci A vous 2!!

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

    Nana and Nelson thanks, you guys are stars.

  • @sadhanapandey236
    @sadhanapandey236 3 ปีที่แล้ว

    just learnt so much from this. Gratitude to the trainers. :)

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

    You're both awesome guys! Thank you so much for your efforts and such a great content!

  • @onke
    @onke 4 ปีที่แล้ว

    You are a legend bru. Free but top shelf content!

  • @taherboujrida8110
    @taherboujrida8110 3 ปีที่แล้ว

    A great team... thank you pros.. for your efforts ...... and community support... All the best

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

    Docker PS Format command--> docker ps --format="ID\\t{{.ID}}
    Name\\t{{.Names}}
    Image\\t{{.Image}}
    Ports\\t{{.Ports}}
    Command\\t{{.Command}}
    Created\\t{{.CreatedAt}}
    Status\\t{{.Status}}

    • @antfirmin
      @antfirmin 4 ปีที่แล้ว

      thanks

    • @hamzafergaoui9756
      @hamzafergaoui9756 4 ปีที่แล้ว

      what is the equivalent of export in windows ??

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

      @@hamzafergaoui9756 Use $variableName in Windows Powershell $format= "PLACE YOUR TEXT HERE"

    • @anuraggharat5453
      @anuraggharat5453 4 ปีที่แล้ว

      @@pulkitsinha6966 I am still getting the same error . Export is not recognized.

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

      @@hamzafergaoui9756 set FORMAT=

  • @khanhthai7070
    @khanhthai7070 3 ปีที่แล้ว

    It's one of the best course, I ever had, great job and thanks a lot to share yours skills.

  • @cristianordonez8094
    @cristianordonez8094 2 ปีที่แล้ว

    Thanks so much Nana and Nelson, this is an excellent course. You are awesome.!

  • @calvintagneouabo7130
    @calvintagneouabo7130 3 ปีที่แล้ว

    Awesome couple Nana/Nelson!!!If I had both of you in my days in college trust me I would have passed my exams with straight A.
    Thanks for explanations. You are marvelous.

  • @venkatk161
    @venkatk161 2 ปีที่แล้ว

    Awesome explanation. Thank you Nelson and Nana. The best tutorial!!. Easy to understand

  • @Ozarif
    @Ozarif 3 ปีที่แล้ว

    Thanks Nelson for this amazing hands on tutorial. Also thanks for Nana, both of you are great :)

  • @christopher3029
    @christopher3029 4 ปีที่แล้ว

    Guys if u want our buddy speak faster use 1.25 speed option, it's totally understandable, great tutorial

  • @Dancingstar-w6m
    @Dancingstar-w6m 3 ปีที่แล้ว +1

    Excellent video and I am quite clear now about docker.

  • @aayushijohri4441
    @aayushijohri4441 4 ปีที่แล้ว

    best tutorial I could have ever gone through .....!!!!

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

    Thanks for uploading.. quick note for others... .. 44:36 - formatting string - ID\t{{.ID}}
    NAME\t{{.Names}}
    IMAGE+t{{.Image}}
    PORTS\t{{.Ports}}
    COMMAND\t{{.Command}}
    CREATED\t{{.CreatedAt}}\t{{.Status}}
    " . - 53:49. - Uploading current directory in windows - If testing on windows.- need to use %cd% instead of $(pwd)

  • @wissemmansouri5020
    @wissemmansouri5020 2 ปีที่แล้ว

    Really really REALLY amazing tutorial !! Thanks a lot Nana and Nelson for making such a complex topic really easy to understand and fun to learn !!
    you are simply amazing!! Thank you for the knowledge sharing.

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

    Wa 'alaikumussalaam wa raHmatullaah, brother. Watched the full video and you've done a phenomenal job. May Allaah bless you

  • @rsrini7
    @rsrini7 4 ปีที่แล้ว

    Learnt a lot from her. Superb teacher 👩‍🏫

  • @kejiawu4996
    @kejiawu4996 2 ปีที่แล้ว

    Fantastic explanation full of details and patience, thank you so much for sharing!

  • @abhilashiyer7672
    @abhilashiyer7672 3 ปีที่แล้ว

    Thanks so much providing it free. May good bless you 🎉

  • @farinakayalaki
    @farinakayalaki 4 ปีที่แล้ว

    Thank you a lot my brother! I followed your course & it's very helpfull !!!
    Jazak Allaho khayrane!!!!!!

  • @MonkkDras
    @MonkkDras 4 ปีที่แล้ว

    your content is great structure and straight to the point. Barokallah fi ilmuka. brother..!

  • @shiaktippumastan5934
    @shiaktippumastan5934 4 ปีที่แล้ว

    Thank u guys for this course....u guys are doing awesome work by sharing knowledge

  • @abhasupadhayay6420
    @abhasupadhayay6420 3 ปีที่แล้ว

    thanks for this amazing hands on tutorial. Both of you are great!!

  • @mohankarki6915
    @mohankarki6915 4 ปีที่แล้ว

    you really made learning Kubernetes sweet and simple. Awesome.

  • @jimbloke
    @jimbloke 3 ปีที่แล้ว

    Nelson is really brilliant and awesome. I highly recommend this video for beginners. Thank you Nelson

  • @samyoon794
    @samyoon794 3 ปีที่แล้ว

    Hello Nelson, Nana, you are simply amazing!! Thank you for the knowledge sharing. I truly appreciate your passion for sharing knowledge with other people across the country and continents.