You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to using VSCode DevContainers, and I’ve set up a development environment that I’d like to save. I've customized a lot of settings and installed various tools inside the container, and I'm worried that if I accidentally rebuild it, I might lose all those changes.
Is there a way to "backup" the current container image so that I can use it again later with all my current settings and installations intact?
Any step-by-step guidance would be greatly appreciated. Thanks in advance for your help! 😊
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! How did you customize your dev container? If the changes are included in the devcontainer.json or Dockerfile, and you've saved the files (and even potentially committed them to the source control of your repo), a rebuild will call upon those same file(s)!
Hello!
I'm new to using VSCode DevContainers, and I’ve set up a development environment that I’d like to save. I've customized a lot of settings and installed various tools inside the container, and I'm worried that if I accidentally rebuild it, I might lose all those changes.
Is there a way to "backup" the current container image so that I can use it again later with all my current settings and installations intact?
Any step-by-step guidance would be greatly appreciated. Thanks in advance for your help! 😊
The text was updated successfully, but these errors were encountered: