From the course: Rust Programming: From Fundamentals to Advanced Concepts with AI-Assisted Development

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Demo: Customizing the environment

Demo: Customizing the environment

- [Instructor] Finally, if you want to add changes to the operating system and to under or the underlying system, like say for example you want to expose certain, or add some files and make some changes to operating system, it might not be really clear how to do that looking at these JSON file that we have here. Okay, well what are some of the things that we can do? Well, we can customize the dockerfile. Well, the dockerfile is not here. You can definitely see that, you can use a dockerfile or a docker compose file and you can click here in the containers that dev, and the guide for the dockerfile, which is right here. And that's fine. And this is the default. But you definitely have the ability of running get update and install some, for example, some deals or some package. And then that's fine. Now the path is always relative to the dev container file. And that's, that's fine. Alright, so how we're going to do this? Well, let's make some changes, okay? So I'm going to come here and…

Contents