How To Set Up Local DevOps Environment With Docker using Dev Containers

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

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

  • @satyabhanbhadoriya4796
    @satyabhanbhadoriya4796 9 месяцев назад +4

    Amazing way of teaching

  • @Ciph3rzer0
    @Ciph3rzer0 4 месяца назад +2

    Thank you for explaining this, out of many videos, this one helped it to click.

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

      Thanks for watching and sharing your thoughts. Glad it helped.

  • @werfly
    @werfly 29 дней назад +1

    Great tutorial thank you

  • @danielhuesca361
    @danielhuesca361 7 месяцев назад +2

    Thank so much for this video, it helped me understand DevContainers and motivated me to build my own for daily work

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

      Thanks a bunch for watching and sharing your thoughts! Glad the video helped you with DevContainers. Mind sharing it so other devs can learn too? Appreciate your support!

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

    Can we add MySQL to the Dev container?

    • @ChandraShettigar
      @ChandraShettigar  4 месяца назад +2

      Yes you can add mysql to the devcontainer setup. Cleaner option is to use docker-compose.yml with DevContainer. I am thinking to create a short tutorial on that, in the next couple of weeks. I'm curious about your requirement.

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

      Your video was clear and I was able to follow. We need a dev container environment containing java, node, python and MySQL. We have used docker compose and are familiar with docker but not in a dev container. Thanks

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

      You might want to check this out - ruclips.net/video/xfeQ6vDuidA/видео.html

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

      Can you use this outside of vscode? I.e, in a terminal of your choice?

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

      @@LeeLiko Outside of VSCode you can try the DevContainer's CLI - Check this out github.com/devcontainers/cli