Thank you for explaining this, out of many videos, this one helped it to click.
@ChandraShettigar10 ай бұрын
Thanks for watching and sharing your thoughts. Glad it helped.
@sillystrategy Жыл бұрын
Thank so much for this video, it helped me understand DevContainers and motivated me to build my own for daily work
@ChandraShettigar Жыл бұрын
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!
@satyabhanbhadoriya4796 Жыл бұрын
Amazing way of teaching
@ChandraShettigar Жыл бұрын
Thank you for the kind words 🙂
@N_N_N3 ай бұрын
Thank you, well explained.
@ChandraShettigar2 ай бұрын
Thanks for watching and I'm glad you liked it.
@thepuckchucker3 ай бұрын
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?
@ChandraShettigar3 ай бұрын
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!
@werfly6 ай бұрын
Great tutorial thank you
@ChandraShettigar6 ай бұрын
Glad it was helpful! Thank you.
@thetrilbies19 ай бұрын
Can we add MySQL to the Dev container?
@ChandraShettigar9 ай бұрын
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.
@thetrilbies19 ай бұрын
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
@ChandraShettigar8 ай бұрын
You might want to check this out - kzbin.info/www/bejne/rpfIgmmsedqcmqM
@LeeLiko7 ай бұрын
Can you use this outside of vscode? I.e, in a terminal of your choice?
@ChandraShettigar7 ай бұрын
@@LeeLiko Outside of VSCode you can try the DevContainer's CLI - Check this out github.com/devcontainers/cli