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

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ •

  • @sc76399
    @sc76399 3 місяці тому

    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?

  • @gumtreeuser9768
    @gumtreeuser9768 21 день тому

    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  19 днів тому

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

  • @RobShocks
    @RobShocks Місяць тому

    Super concise and valuable, thanks

  • @Pratik-kv2wz
    @Pratik-kv2wz 7 місяців тому

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

  • @abastosdiego
    @abastosdiego Місяць тому

    Thanks!!!

  • @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 6 місяців тому

    what's the benefit wrt conda environments?

    • @JamesMontemagno
      @JamesMontemagno  6 місяців тому

      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 7 місяців тому

    thanks

  • @AdwardInterstaller
    @AdwardInterstaller 7 місяців тому

    nice

  • @artiefischel2579
    @artiefischel2579 2 дні тому

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