Docker Containers and Kubernetes Fundamentals - Full Hands-On Course

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 257

  • @_HariHaranR
    @_HariHaranR 10 месяцев назад +21

    Just now got over with the course. I have been doing this course for the past one week and did all the hands-on and took notes from all the topic. And I spent 2 hours per day to complete this Course. I can't thank you in words. The course was simple but very informative and kudos for structuring the course in a very neat manner. Thanks a lot for the course. Hope I will do some project now. Thanks again!

    • @LongLe-ju1zd
      @LongLe-ju1zd 9 месяцев назад +1

      hello mate
      can you give me a little advice
      i'm learn devops
      i'm only learn basic linux command and a little git
      Next I need to learn Docker, is that ok for me?

    • @DevSecOpsAI
      @DevSecOpsAI 8 месяцев назад

      I can Give you an entire Road-Map for starters -- > JENKINS / GITLAB
      HELM / K8S
      AWS / GCP
      PYTHON / DOCKER
      DEVsecOPS / Cloud security
      Grafana / Prometheus
      Logstash / Kibana
      SIEM / SDLC @@LongLe-ju1zd You can do 5-8Hrs of each, must be labs! practical Labs, if you manage to do each and do only labs, doesn't mind if you copy youtube stuff or whatever, you will gain so much practical knowledge, It takes you around 8-9 days to do them if you have ~10 hours on a daily basis, also, I recommend doing them in Modules, at least 4-5 hours each of those specified, The best way to learn hands-down, do entire modules of minimum 2-3 hours, and in those hours have Actual practice, not theory. Once you get hands-on experience you can deep-dive into theory and apply it etc.

    • @dvalley56
      @dvalley56 6 месяцев назад +2

      @@LongLe-ju1zd It's a bit late, but there is no problem in learning Docker at this stage.

  • @hazytea
    @hazytea 2 года назад +98

    Exactly what I was looking for. I got the job, but they giggled at me during the interview when I pronounced all the terms with a French Canadian accent.

    • @luislptigres
      @luislptigres 2 года назад +6

      congrats on the job!

    • @Joshuaokhiria
      @Joshuaokhiria Год назад +1

      I hope I get the job i'm preparing for as well. My learning on docker so far has been crazy. This has help to simply things to a very good extent. Now I feel like I am back on track

    • @Ray21-g2j
      @Ray21-g2j Год назад +1

      😂

    • @hakimabdullahhamza
      @hakimabdullahhamza 2 месяца назад

      ​@@JoshuaokhiriaDid you get the job?

  • @guybarrette
    @guybarrette 2 года назад +399

    Thanks to all of you who bought me a coffee 👍🏻

    • @Robert12366
      @Robert12366 Год назад +5

      Why did you restrict our region from accessing to your website ..

    • @DevSecOpsAI
      @DevSecOpsAI 8 месяцев назад

      If it's IRAN or similar It's probably not on purpose, even big clouds such as GCP / AWS has literal entire regions where they won't be offering their services...@@Robert12366

    • @paz1359
      @paz1359 2 месяца назад +1

      there is no setup manual

    • @guybarrette
      @guybarrette 2 месяца назад

      @@paz1359 It's the K8sFundamentals-SetupGuide-V3.pdf file located at the root of the repo

  • @removed107
    @removed107 5 месяцев назад +20

    It took me 1 week to learn everything in this 6 hour long video. Wow! Thank you very much. I'm from Brazil and your course helped me deeply understand Docker and Kubernetes!

  • @Shashank-j7f
    @Shashank-j7f 8 дней назад +3

    00:01 Introduction to Docker and Kubernetes by Gibaret
    02:53 Setting up laptop or PC for the course
    09:08 Introducing facade design pattern for Legacy system migration
    12:04 Complexity is added when implementing microservices
    18:08 Embrace cloud native journey with smaller measurable steps
    20:52 Containers are a unit of deployment containing all necessary code to run.
    26:27 Containers are lightweight and ideal for short-lived tests
    29:07 Understanding Docker fundamentals
    34:40 Docker desktop settings and troubleshooting
    37:15 Overview of Docker CLI usage on Mac or PC
    42:43 Managing Docker Containers - Registry and Commands
    45:24 Running and managing Docker containers using commands.
    50:58 Building Docker containers using Dockerfiles
    53:51 Creating Docker images and using Visual Studio code
    59:19 Creating a Docker image using a Node.js base image
    1:02:02 Running Docker containers using the command palette and UI provided by the extension.
    1:07:44 Utilize volumes in Docker containers for data persistence
    1:10:16 Using local folders for testing purposes and creating and attaching volumes in Docker
    1:16:19 Introduction to YAML concepts
    1:19:18 Introduction to Docker compose Concepts
    1:24:55 Launch multiple instances with Docker Compose V2
    1:27:39 Building and launching Docker containers using Docker Compose
    1:34:03 Overview of Docker containers and networking in a multi-service setup
    1:36:55 Setting up Docker containers and services
    1:42:58 Containers in a compose file are able to communicate with each other using service names and network configurations.
    1:46:04 Understanding Container Registries
    1:51:33 Building and Pushing Docker Images to Docker Hub.
    1:54:53 Introduction to Kubernetes
    2:00:52 Docker desktop allows running both Linux and Windows containers on Windows 10 version 2004 or later
    2:03:35 Kubernetes CLI and API usage overview
    2:09:16 Understanding and changing Kubernetes context
    2:11:56 Managing Kubernetes context and clusters
    2:17:16 Creating resources in Kubernetes using imperative and declarative ways
    2:19:58 Namespaces in Kubernetes
    2:25:35 Changing namespaces using kubectl commands
    2:28:30 Overview of Kubernetes Masternode
    2:34:01 Introduction to Docker Containers inside the Cluster
    2:36:48 Understanding Pods in Kubernetes
    2:42:33 Understanding Pod States in Kubernetes
    2:45:19 Creating and managing pods using YAML files or imperative commands
    2:51:14 Using Kubernetes Commands and Parameters
    2:54:05 Using kubectl commands to manage pods and init containers
    3:00:02 Understanding Kubernetes labels and selectors.
    3:03:07 Testing the selectors concept in Kubernetes
    3:08:45 Implementing Sidecar, Adapter, and Ambassador Patterns for Infrastructure Code
    3:11:11 Multi-container pods and networking concepts in Kubernetes.
    3:16:42 Understanding events and connecting to containers in a multi-container pod
    3:19:41 Introduction to Workloads on Kubernetes
    3:25:11 Managing pods and replica sets
    3:28:06 Deployment manages single part template for each microservice.
    3:33:16 Understanding deployment objects in Kubernetes
    3:36:04 Understanding Demon Sets in Kubernetes
    3:41:47 Stateful sets maintain state in Kubernetes with unique identifiers for pods.
    3:44:48 Stateful sets provide a solution for stateful scenarios in Kubernetes.
    3:50:33 Creating and modifying files in a Docker container
    3:54:06 Understanding Jobs in Kubernetes
    4:00:12 Creating and managing Cron Jobs in Kubernetes
    4:02:49 Creating and managing jobs using kubectl apply and kubectl describe run job
    4:08:33 Creating and Updating Deployments with Kubernetes
    4:11:41 Using K9s for visual monitoring in Kubernetes deployments
    4:17:27 Deploying different versions and using cluster IP in Kubernetes
    4:20:21 Understanding the concept of Services in Kubernetes.
    4:25:54 Setting up Cluster IP service for routing traffic
    4:28:38 Deploy and connect services and pods in Kubernetes cluster.
    4:34:18 Exploring NodePort service in Kubernetes
    4:37:01 Understanding Kubernetes Services and their purpose
    4:42:33 Deploying app, using load balancer and testing on browser
    4:45:36 Persistent Volumes and Persistent Volume Claims enable storage provisioning.
    4:51:14 Creating and managing Persistent Volumes and Persistent Volume Claims using Kubernetes
    4:54:02 Deploying and using persistent volumes in Kubernetes
    5:00:21 Key concepts of PVC and Storage Class in Kubernetes
    5:02:59 Using config Maps for storing configuration values
    5:08:37 Creating and using Config Maps in Kubernetes
    5:11:42 Using config maps and secrets objects in Kubernetes for storing configuration values and credentials.
    5:17:30 Using secrets in Kubernetes for environment variables
    5:20:39 Understanding Kubernetes probes for application health monitoring
    5:26:15 Setting up a liveness probe in Kubernetes using YAML file
    5:29:09 Introduction to Kubernetes dashboard and other graphical user interfaces
    5:34:47 Lens Dashboard Overview
    5:37:52 Manage Kubernetes objects easily with a UI
    5:43:46 K9s is a dashboard running inside the terminal with tons of functionality.
    5:47:05 Scaling pods using the Horizontal Pod Autoscaler
    5:52:32 Deploy web server, enable auto scaler, generate traffic, and clean up.
    5:55:27 Take steps to deploy containers in the cloud using cloud providers.

  • @neoness1268
    @neoness1268 6 месяцев назад +6

    This man has the gift of explaining clear, good speech rhythm.

  • @SuperMBARutgers2013
    @SuperMBARutgers2013 11 месяцев назад +13

    PS. Don't let the 6hours scare you. He speaks very methodically and clearly, you might be able to watch on 1.5x or even 2x speed depending... Thumbs up for clear articulations and pauses after sentences.

    • @umeshsonune7018
      @umeshsonune7018 4 месяца назад

      Thank you confirming

    • @Crambone83364
      @Crambone83364 2 месяца назад

      Could have cut hours off this course by killing the intros and outtros.. not to mention all the commercials!

    • @Crambone83364
      @Crambone83364 2 месяца назад

      20 minutes in and complete waste of time

    • @SuperMBARutgers2013
      @SuperMBARutgers2013 2 месяца назад

      @@Crambone83364 the commercials are RUclips. Don't watch it on a TV. Or try watching in incognito mode, might have less ads

  • @danielvega646
    @danielvega646 3 месяца назад +1

    Learning new and disruptive technologies will always be exciting! Cheering up at 1:15:12 when I confirmed that the volume persistent data still existed in a brand new container made me feel like years ago when I just setted up my first big feature in production or even when I was just learning to code and was able to defeat what it seemed a big logical problem.

  • @sathiesh30
    @sathiesh30 Год назад +48

    The best hands on course of Kubernetes. All the examples are well explained and hands on is pretty amazing. Thanks for the wonderful effort.

  • @namanagrawal3238
    @namanagrawal3238 10 месяцев назад +16

    Thank you so much for free and amazing content!

    • @sahildhar6805
      @sahildhar6805 8 месяцев назад +1

      I naman could you please let me know ... i dont have any coding knowledge should i start this course or not??

    • @hassanjan5369
      @hassanjan5369 8 месяцев назад

      @@sahildhar6805 no, you must learn some coding, python, HTML CSS js, and deployments, then do this course

    • @Technicaltalks-007
      @Technicaltalks-007 11 дней назад

      @@sahildhar6805 there are lot of things in a tech sector exept coding , so if you know the concepts so you can start it but if you do no any thing so your should probably learn some basics of programing before it

  • @bhagwatibashyal5564
    @bhagwatibashyal5564 3 месяца назад

    so far completed the docker part and i am loving it ,binged watched couple of videos on yt but so far this is the best video ,clear explanation and demos are super understandable.

  • @DharanendraGowdaGM
    @DharanendraGowdaGM Год назад +4

    Thank you so much. Best hands on videos without wasting too much time on theory. I think this is the best beginner course out there.

  • @sata1938
    @sata1938 2 года назад +11

    I haven't even began to watch the video, but the fact that you've put this amount of time into it and made it FREE is insane. I guess that's your whole M.O. but I appreciate it nonetheless.

  • @chandlersupple5430
    @chandlersupple5430 Месяц назад

    Just finished the course. Thanks so much for putting this together!

  • @Ghost17khg
    @Ghost17khg 2 года назад +29

    Great content, thanks from Brazil 🇧🇷

  • @mahskasramot7468
    @mahskasramot7468 Год назад +2

    imp eg files 1:33:00 -- 1:36:00
    publish to docker hub -- 1:56:00
    kubernetes --- 1:57:04

  • @RajeshKumar_Cbe
    @RajeshKumar_Cbe 7 месяцев назад +1

    A big thanks to you! A Comprehensive course on Docker and Kubernetes. Very much useful.

  • @ivanpavlovnorth
    @ivanpavlovnorth Год назад +6

    It is a very useful video, especially for absolute beginners.
    What I cannot understand is an irresistible craving of DevOps engineers to use CLI and completely ignoring Graphic User Interfaces for each tool they use, despite there being great GUIs for managing and monitoring these tools.
    For this example, there are Docker desktop, “Services” in JetBrains IDEs (that are an almost default IDE for Java, Python and widely used for .NET, Go), and “containerization” in Visual Studio for (a big brother of VSC).

    • @davibergamin5943
      @davibergamin5943 Год назад +1

      There is nothing that can give to a man a bigger sensation of power than using command prompt in front of other people

    • @sachinrathee0611
      @sachinrathee0611 Год назад +3

      It's okay. Leave them on their habits. One can always use what he feels comfy in, if you are good in gui, you go for it!!

    • @maxfrischdev
      @maxfrischdev Год назад +1

      If it is learned or "ingrained in your muscle memory" then oftentimes a few commands in the commandline are just simply faster, than clicking around. That's it. IF(!) you know the commands, it's faster. In the end you might get the same result 🙂

    • @well.8395
      @well.8395 Год назад +2

      @@sachinrathee0611 You don't always have GUIs available. Imagine SSHing into a server, and you cannot use the gui, that's sad isn't it?

    • @erensuner5957
      @erensuner5957 7 месяцев назад

      k9s is a pretty nice balance between the two I'd say

  • @sunilnair-nn9xt
    @sunilnair-nn9xt 2 года назад +14

    Just completed every bit of this course and thoroughly enjoyed it! Commendable effort!

  • @Joshuaokhiria
    @Joshuaokhiria Год назад +4

    I just completed the docker aspect of this course. It has been very helpful. Thanks a lot for this video once again

  • @3tranger
    @3tranger Год назад +1

    By the time you recorded it, now Docker has reached 22M downloads after 6 months

  • @CuriousAnonDev
    @CuriousAnonDev 2 года назад +1

    Courses you guys released from past 1-2 weeks >>>>>

  • @selandeemantha4933
    @selandeemantha4933 Год назад +7

    Your explanations and demos are super understandable. Thank you for the effort! 😍

  • @devibhattarai6746
    @devibhattarai6746 2 года назад +27

    Your explanations and demos are super understandable. Thank you for the effort! ❤

    • @fadliwiryawirawan93
      @fadliwiryawirawan93 2 года назад

      Demo kubbernet you sir . Boombal .hadeuuh open starting money . Roll payroll . Monopolly stop

    • @fadliwiryawirawan93
      @fadliwiryawirawan93 2 года назад

      Check Investment at home an my country goverment .
      I am buyying . Fro cash coin .
      To governance

  • @hugh_martin
    @hugh_martin 10 дней назад

    FWIW, if you're running a recent version macOS and have AirPlay Receiver enabled, don't try to use port 5000 for any containers. Just change the host port in the Dockerfile to some other port. Alternatively, you can disable AirPlay Receiver.

  • @DevSecOpsAI
    @DevSecOpsAI 8 месяцев назад

    Very clever way of showing off the liveness probe, I was wondering initially why would you delete the file then you explained the trick ;)

  • @histra74
    @histra74 4 месяца назад +1

    apsolutely a great video, very helpful for beginners!

  • @jonathanrobinson407
    @jonathanrobinson407 Год назад +2

    Salut Guy, un gros merci pour le cours, lâche pas ça!

  • @shwetabhat9981
    @shwetabhat9981 2 года назад +19

    You guys are a gem !! Lol even my teachers haven't managed to make me understand stuff the way you folks have ❤️❤️ Thank you Thank you Thank you !!

  • @drakewasaloverboy
    @drakewasaloverboy 2 года назад +50

    You guys are insane, the amount of work you guys put in these videos is absolutely incredible. i hope everyone liked coding so you can blow up, gl!

    • @Galmion
      @Galmion 2 года назад +6

      They have over 6m subs, I think they've blown up already

    • @drakewasaloverboy
      @drakewasaloverboy 2 года назад

      @@Galmion not in terms of only subscribers, i’m talking about the views, likes and comments. the interaction is poor which is honestly sad cause this youtube channel puts a lot of effort.

    • @Galmion
      @Galmion 2 года назад +1

      @@drakewasaloverboy oh, I see. I guess it's to be expected because their videos require a lot of time investment to watch

  • @danielvega646
    @danielvega646 3 месяца назад

    Pods communicate through services. Services also works as the gateway of load balancers receiving external requests. If you are reading this and you know the correct behavior, I would really appreciate if you correct me!

  • @BalamBagari
    @BalamBagari 5 месяцев назад +1

    A very good session explaining the fundamentals of docker and k8s, it would be nice if you can relate the topics with more practical scenarios/examples in upcoming sessions

    • @tahmasibashraf4188
      @tahmasibashraf4188 26 дней назад

      do you think should I watch this course or better I purchase something from udemy?

  • @anujnegi9653
    @anujnegi9653 Год назад +2

    Great video, got me hooked up until the end. Really appreciate the repo you created for all the hands on experience. Kudos to you!!

  • @mellabombarda8920
    @mellabombarda8920 11 месяцев назад

    clear and concise. Has provided a good foundation for a developing ninja 🙂

  • @Nghia_Dep_Trai
    @Nghia_Dep_Trai 2 года назад +3

    This is the most amazing Kubernetes content I've seen. Thanks you so much.

  • @edunwa3679
    @edunwa3679 Год назад +1

    I am loving this course

  • @federicoprat9093
    @federicoprat9093 2 года назад +5

    wow I just started the same course from this channel but I think it is a year old. Now I have this one haha Thanks a lot!!

  •  2 года назад +1

    I took my place again and I'm watching.

  • @danielvega646
    @danielvega646 3 месяца назад

    On Kubernetes: resources (as pods) are linked to a namespace. Whenever a namespace is deleted, all its associated resourced will be deleted too.

  • @YusufDemir-k5d
    @YusufDemir-k5d 11 месяцев назад +2

    Amazingly helpful! Definitely very understandable and clear!
    My favourite teaching technique: Explain it like you're explaining it to an idiot!😬
    Thank you so much!

  • @maximoportal1312
    @maximoportal1312 2 года назад +1

    Thank you Guy for this course and good luck on your new dream job!

  • @TheConstantNomads
    @TheConstantNomads 2 года назад +5

    I started watching this last week. Only con is that it is very slow. Try watching at 1.5x. Content is amazing 🎉

    • @guybarrette
      @guybarrette 2 года назад +8

      Thanks Akhil. Yep, I talk slowly even in French, my native language. Feel free to speed me up! 😀

    • @ajayidhikrullah9125
      @ajayidhikrullah9125 2 года назад +1

      @@guybarrette yeah, I learnt this a long time, all my tutorials I always fast forward them

    • @ThePursuiter
      @ThePursuiter 2 года назад

      me @ 2.5x

  • @davidtalturejman9185
    @davidtalturejman9185 Год назад

    What a great instructor man

  • @ignacio-
    @ignacio- 2 года назад +6

    Anybody know where to find all of the cheat sheets together?
    This has been helping me a lot with work, thank you for the amazing video!!

  • @lifeixiong
    @lifeixiong 2 года назад +1

    Not finish the watching yet, but the explanation for cloud-native is very clear, thanks

  • @Pavan.PhillyUSA
    @Pavan.PhillyUSA 10 месяцев назад

    Thank you so much.. Exceptional tutorial.

  • @SonuKumar-fn1gn
    @SonuKumar-fn1gn 4 месяца назад

    Really very nice video ❤️ Thank you so much ❤️

  • @hazemsoussi5309
    @hazemsoussi5309 Год назад +1

    Really interested KEEP IT UP !

  • @BURG
    @BURG Год назад +2

    Looks like the install instructions link to the domain has expired.

  • @TheOnlyEpsilonAlpha
    @TheOnlyEpsilonAlpha 11 месяцев назад

    No Problem with your Accent, you are FINALLY a Person with a good Microphone 😢🙏

  • @beingcheercool
    @beingcheercool 2 года назад

    What a wonderful guy he is 😍

  • @mohamedaliani-p8q
    @mohamedaliani-p8q Год назад +1

    great video, very well explained.... but is there a way we can get those cheat sheets

  • @zm24ify
    @zm24ify 2 года назад +12

    Спасибо!

  • @chien-yucode992
    @chien-yucode992 6 месяцев назад +1

    Thanks for sharing.

  • @kawkumputer2165
    @kawkumputer2165 Год назад

    Thanks for this amazing and interresting tutorials. The best hands on 🤗

  • @loserinc123
    @loserinc123 3 месяца назад

    Does this course cover concepts like ingress/service mesh etc.? I am looking to gather some of these concepts. Apologies for this - but I just want to make sure that I spend the next week on the right course.

  • @ThePursuiter
    @ThePursuiter 2 года назад +3

    I am watching it at 2.5x :D . But great content and explanation though. Kudos to you for such quality & depth in content even when it free.

  • @anishrege
    @anishrege Год назад +4

    Your domain for setup instructions link has expired. Please renew it.

  • @СергейДанилов-п6щ
    @СергейДанилов-п6щ 2 года назад +3

    Thank You! Awesome free course 😊

  • @projectsdb4034
    @projectsdb4034 6 месяцев назад

    Hello Everyone,
    Thank you for the course..
    Would like to know the certifications path being Backend developer for Docker and Kubernetes.
    Off-course I am learning from free resources and gaining fundamentals but still like to know in which order I should go for certifications.

  • @reaperforever8478
    @reaperforever8478 Год назад +2

    @1:40:30 , the volumes can be removed automatically by using "docker compose down -v"

  • @tarunrana716
    @tarunrana716 Год назад

    Was thinking youtube Should have a bigger like button

  • @Mu99240
    @Mu99240 3 месяца назад

    is it recommened still in this year or I should go to another updated course

  • @danielvega646
    @danielvega646 3 месяца назад

    Thank you so much!

  • @simon.va1
    @simon.va1 6 месяцев назад

    When you run into a connection error with "kubectl cluster-info", set the context to "kubectl config use-context docker-desktop"

  • @TheKievsash
    @TheKievsash Год назад +1

    Superb

  • @vintage2x07
    @vintage2x07 2 года назад +2

    Thanks

  • @mritunjay3723
    @mritunjay3723 Год назад +2

    Please provide cheat sheet , it will be much helpful for future use

  • @DonJuanchito
    @DonJuanchito 2 года назад +28

    Anywhere we can find the cheat sheets as a file?
    Thank you for the amazing content.

  • @DeathBender
    @DeathBender 5 месяцев назад

    just one itsy bitsy tiny thing: dont' flashbang your viewers -> no glaring bright backgrounds, otherwise thx for the work!

  • @bruceliu9808
    @bruceliu9808 Год назад

    Can't say enough thanks man, good lecture

  • @lesamir2010
    @lesamir2010 2 года назад

    Thanks for Cameroon!👍

  • @abhijitha.a
    @abhijitha.a 2 года назад +1

    please do the first beginners tutorial about carbon lang

  • @izzettin1586
    @izzettin1586 8 месяцев назад

    can we use docker for very high ram usage images? if 16 gm or more ram is necessary what should we do?

  • @yehudilara
    @yehudilara 6 месяцев назад

    ¡Gracias!

  • @acronproject
    @acronproject Год назад +2

    Thanks for this Amazing content. It's so useful for me. 💯💯💯💯💯💯💯💯💯💯💯

  • @aaronargottelopez3488
    @aaronargottelopez3488 8 месяцев назад

    Thanks!

  • @vittanunveeramongkol2724
    @vittanunveeramongkol2724 Год назад

    Thank you for your couse.

  • @python-programming
    @python-programming 2 года назад

    Adding this to my to-watch list!

  • @lakshmiperumal1
    @lakshmiperumal1 22 часа назад

    Day1:45:30

  • @PANDURANG99
    @PANDURANG99 25 дней назад

    can we user docker without login

  • @shrutmakde102
    @shrutmakde102 Месяц назад

    Thanks alot King!

  • @manhpdu
    @manhpdu 2 года назад +3

    Thanks!

  • @pranayteja6661
    @pranayteja6661 2 года назад

    just when I needed it!!!!🤧🤧🤧🤧🤧🤧

  • @kefahrajha8682
    @kefahrajha8682 2 года назад +1

    add cc please .. useful for more people

  • @mahendranath2504
    @mahendranath2504 2 года назад +1

    Thank you so much 👍👌🙌❤

  • @nguyenquan4836
    @nguyenquan4836 Год назад

    Thank you so much!!!

  • @dadoll1660
    @dadoll1660 Год назад

    amazing!

  • @NIKHILMALKHEDE-p1v
    @NIKHILMALKHEDE-p1v Год назад

    My docker commands are working soo slow, It takes 30-40 seconds to run single command on VS Code.
    Is there some issue with docker,
    spec of my pc :
    Processor 12th Gen Intel(R) Core(TM) i5-1245U 1.60 GHz
    Installed RAM 16.0 GB (15.6 GB usable)
    System type 64-bit operating system, x64-based processor

  • @golddeaggler2029
    @golddeaggler2029 Год назад

    Try to seek at any timestamp - theres will be always animation.

  • @PANDURANG99
    @PANDURANG99 23 дня назад

    Where does nginx comes from

  • @sridharansanthanam4213
    @sridharansanthanam4213 Год назад

    Awesome :)

  • @davidtalturejman9185
    @davidtalturejman9185 Год назад

    Thanks again Guy!!!! 3>

  • @abudanish196
    @abudanish196 10 месяцев назад

    What will be inside the requirements.txt??😥😥😥😥😥😥😥😥😥😥😥😥😥😥😥😥😥😥😥😥

  • @flesz_
    @flesz_ Год назад +1

    is volume really low or it's me ? Also is there code available somewhere that is used in the video?

  • @joelpww
    @joelpww Год назад

    In the start there are two different repos mentioned. Does it matter which one I clone?

  • @Muhammad_Waleed
    @Muhammad_Waleed 3 месяца назад

    56:40 first bookmark

  • @juroltv3119
    @juroltv3119 2 года назад

    Thank you so much

  • @mycousins896
    @mycousins896 Год назад

    good, but painfull to watch at 1x speed. i had to increase to 1.5 to make it work

  • @jamallmahmoudi9481
    @jamallmahmoudi9481 2 года назад

    cool & perfect
    Thanks a lot ....
    🧡❤💚