Become a Docker Power User With Microsoft Visual Studio Code

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

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

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

    Wow... Didn't know this much was possible from within VS Code... Great explanation... I'll need some reading up on the context part to access remote docker host...

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

    Fantastic presentation!

  • @WilliamDye-willdye
    @WilliamDye-willdye 4 ปีที่แล้ว +2

    I'm an old (old, old) Emacs user who is now trying out VS Code because of this presentation. I'm not ready to give up Emacs just yet, but I've seen too many changes over the decades to stick with an inferior technology simply out of sentiment. Toolset becomes mindset, often in ways we don't even notice, so pick your tools carefully.

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

      You don't have to give up Emacs completely. For example, VS Code has Emacs key bindings plugin so you can still use all your shortcuts inside of VS Code - marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx

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

    In 15:30 you said alpine when it read slim-buster, does slim-buster somehow imply alpine?

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

    16:34 Small error: a `.dockerignore` file does not change what is sent to Git. Use a `.gitignore` file if you want to exclude files from a commit.

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

      Thanks for catching this

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

      dockerignore, ignores what's sent to the container if anyone was wondering as no one really specified what it does

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

    Thank you for this video..
    I just want to ask if I need to install Docker-desktop before downloading the VScode extention?
    I mean is it enough to only downloadthe extention without installing the desktop versio?

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

    Great session , thanks a lot for info

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

    Great session! I was not aware of the automatic creation of dockerfile part. Btw minor "typo" there : the dockerfile created automatically uses debian buster, not alpine.

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

    Thank you for posting such a great session!

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

    Excellent video !!

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

    Awesome session :)

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

    Really good video!

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

    Great video ,but I would also like to see how to connect to a running docker and debug python code in that running docker remotely.

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

    Did you not cover how to actually connect VS Code to another docker instance on a remote machine?

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

    How to bootstrap a new project: 14:17

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

    thanks for context, but it would be more productive if coding video tutorials only show the codes not the narrator