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

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

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

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

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

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

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

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

    Amazing way of teaching

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

      Thank you for the kind words 🙂

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

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

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

      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!

  • @N_N_N
    @N_N_N 10 วันที่ผ่านมา +1

    Thank you, well explained.

    • @ChandraShettigar
      @ChandraShettigar  17 ชั่วโมงที่ผ่านมา +1

      Thanks for watching and I'm glad you liked it.

  • @thepuckchucker
    @thepuckchucker 13 วันที่ผ่านมา +2

    At around 4:09 you talk about coding the install -y xz-utils, wasn't the xz-utils hacked to include a backdoor that almost infected the whole world back in April 2024?

    • @ChandraShettigar
      @ChandraShettigar  12 วันที่ผ่านมา

      Thanks for watching and pointing that out! You're absolutely correct about the xz-utils vulnerability reported earlier this year - definitely a serious issue. This video was made about 6 months before that vulnerability was discovered and I wouldn't include xz-utils now, and I'll be sure to update the GitHub repo with a note about this for anyone following along with the video. Thanks again for bringing it to my attention and helping keep things secure!

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

    Great tutorial thank you

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

      Glad it was helpful! Thank you.

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

    Can we add MySQL to the Dev container?

    • @ChandraShettigar
      @ChandraShettigar  6 หลายเดือนก่อน +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 6 หลายเดือนก่อน

      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  5 หลายเดือนก่อน

      You might want to check this out - th-cam.com/video/xfeQ6vDuidA/w-d-xo.html

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

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

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

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