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
If new files show up in an image destined for /etc, they show up. If a user ever writes/overwrites a file, it gets moved to persisted state, so theirs always wins. So far so good.
If you delete the file from etc, its delete is persisted too. So, seems like there is a tombstone somewhere marking that state. I'd like to find and delete the tombstone so that it reverts back to using the file provided by the image. How do you do this?
The text was updated successfully, but these errors were encountered:
If new files show up in an image destined for /etc, they show up. If a user ever writes/overwrites a file, it gets moved to persisted state, so theirs always wins. So far so good.
If you delete the file from etc, its delete is persisted too. So, seems like there is a tombstone somewhere marking that state. I'd like to find and delete the tombstone so that it reverts back to using the file provided by the image. How do you do this?
The text was updated successfully, but these errors were encountered: