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)!
Új vagyok a VSCode DevContainers használatában, és beállítottam egy fejlesztői környezetet, amelyet el szeretnék menteni. Sok beállítást testre szabtam és különféle eszközöket telepítettem a tárolóba, és attól tartok, hogy ha véletlenül újraépítem, elveszíthetem az összes változtatást.
Van mód arra, hogy "biztonsági másolatot készítsek" az aktuális konténerképről, hogy később újra felhasználhassam az összes jelenlegi beállításom és telepítésem sértetlensége mellett?
Minden lépésről lépésre szóló útmutatást nagyra értékelnénk. Segítségüket előre is köszönöm! 😊
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: