Beginner's Guide to VS Code Dev Containers - The Instant Dev Environment That I LOVE!

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

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

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

    Super concise and valuable, thanks

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

    Thanks!!!

  • @Pratik-kv2wz
    @Pratik-kv2wz 7 หลายเดือนก่อน

    Please create a walk through on how to use slim bindings approach with firebase.

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

    All good, except ... how to configure that extension with non-docker runtimes? It seems heavily tied to docker and there is very little documentation and not working as of today in VS Code. Is it "the complexity of simplicity" again?

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

      Should be able to just configure it: www.tecracer.com/blog/2023/01/devcontainers-on-windows-without-docker-for-desktop.html

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

    I feel like this is how I've been using docker all along. Use the tools inside to run like npm install, I guess the main difference is the code lives in the container instead of on you machine with volume?

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

    This is awesome, thanks James. Could you do more of this on how we can create containers deploy , for example .NET in a linux server? Otherwise you can point me where I can learn how to do it. Appreciate and thanks in advance

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

    what's the benefit wrt conda environments?

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

      main benefits is that you get to basically containerize your entire dev environment inside of a container to do builds and dev on. This means each project could target specific versions of python or .net or java or whatever the project needs to keep your machine clean and also make it easier for others to collaborate as all of the dependencies are in the dev container

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

    thanks

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

    nice

  • @artiefischel2579
    @artiefischel2579 26 วันที่ผ่านมา +1

    Sorry, why would you want to do this? What value does it bring to developers as far as ease of development or deployment?

    • @yokosunrise6439
      @yokosunrise6439 5 วันที่ผ่านมา +1

      In the scenario described in this video - absolutely none. This is only good when you run vscode to work with a project on a remote server, which may have a more favorable environment (server with configured networks) or better specifications.