The super basics of Docker in under a minute

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024

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

  • @karlson2804
    @karlson2804 11 หลายเดือนก่อน +157

    After this video, I can write to my CV I know docker.

  • @yassinees-sofyani6098
    @yassinees-sofyani6098 หลายเดือนก่อน +11

    "That takes up a lot of hard drive space" ?!😔
    That would be the least of your concerns if any at all

  • @orterves
    @orterves 11 หลายเดือนก่อน +11

    Now do Docker compose

    • @BexaG
      @BexaG 2 หลายเดือนก่อน +1

      Now do docker swarm

    • @Claudio-tn2yg
      @Claudio-tn2yg 16 วันที่ผ่านมา +1

      Docker BBL

    • @kylebroflovski1779
      @kylebroflovski1779 6 วันที่ผ่านมา +4

      @@Claudio-tn2yg DOCKER BBC?

    • @HeySkidee
      @HeySkidee 5 วันที่ผ่านมา

      ​@@kylebroflovski1779Lmao

  • @alnahian2003
    @alnahian2003 8 หลายเดือนก่อน +5

    Andrew, please drop a Docker course in 2024. I'll be happy to join the course

  • @khalidmarhoum8254
    @khalidmarhoum8254 11 หลายเดือนก่อน +5

    Is the docker course out yet ?

    • @radi_dev7628
      @radi_dev7628 8 วันที่ผ่านมา

      Isn't this the course?😂

  • @sc76399
    @sc76399 11 วันที่ผ่านมา +2

    You had me until you didn't say now you can use docker to run a price of software or a server on so those computers without the, it works on my machine issue all devs have run into

  • @theikiso
    @theikiso 2 หลายเดือนก่อน +1

    How do you setup
    Your terminal like that?

    • @shlokbhakta2893
      @shlokbhakta2893 หลายเดือนก่อน +2

      Probably zsh with a theme like starship or oh my zsh

  • @midrone4349
    @midrone4349 8 วันที่ผ่านมา +1

    so i can run win11 on linux

  • @yassinees-sofyani6098
    @yassinees-sofyani6098 หลายเดือนก่อน +7

    60s of misconceptions about docker

    • @AngelGarcia-op3bd
      @AngelGarcia-op3bd หลายเดือนก่อน +1

      How so

    • @RubberGopher
      @RubberGopher 16 วันที่ผ่านมา

      ​@@AngelGarcia-op3bd Docker uses features in the Linux kernel. You can't call it a mini-VM since it's not a VM at all, the CPU is not aware of the separation that a container entails.
      A container image does not contain a complete OS, a lot of things you don't need are not present but you can add whatever you want.
      You essentially build layers of filesystems that get mounted to a specific path and then a new process is created and confined to that mounted filesystem.
      A container is just another process on your system with limited permissions. The benefit is that you ship the dependencies with your application in a container image.
      Images that use the same layers will share those layers, reducing the bloat.
      You need to write your Dockerfile/Container file with some thought so that the final image has well thought out content and minimal dependencies, rely on volumes and run in read-only mode, make it username and UID and GID agnostic so that the person who wants to run it can decide how to configure it so that it fits their environment and security policies.

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

    I saw PHP

  • @zool201975
    @zool201975 4 หลายเดือนก่อน +4

    virtual machines are slow and heavy,
    literally 2 sentences later.
    docker makes a virtual machine ;P

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

      He literally stated that it uses parts of the existing OS to save space and run faster.

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

      @@pseudo9616 Must have missed that part then.
      Anyway that actually makes it slower. docker runs trough the wsl virtual machine running a linux distro. putting anything outside the linux environment is a very large detriment to overal speed. i cannot say if this has a real influence to the amount of space it takes but considering systems use terabite sized drives these days i would consider space a moot point.

    • @vnc.t
      @vnc.t 19 วันที่ผ่านมา

      ​@@zool2019751. who uses wsl we just us real linux
      2. docker can't run windows or macos(well technically on macos it sorta can-ish)

    • @arig4m3r
      @arig4m3r 18 วันที่ผ่านมา +1

      ​@@zool201975bro, nobody uses docker on wsl... It's bad, really bad. If you want to use docker, use as everyone else just on a Linux distro/server. That's with you are trash talking docker, when you just should be trash talking the integration with windows, that nobody uses.

    • @zool201975
      @zool201975 18 วันที่ผ่านมา

      @@arig4m3r goddamn!
      What is up with that!
      Touch some grass dude.
      And do not get your panties in a twist over something this unimportant and perhaps live outside a damn linux kernel.