Hi! Is anyone else using OCI containers together with an impermanence-based setup?
I found the directories docker is using for general storage, but it seems like deleting some of the subdirectories doesn’t break anything, so I’m clearly not supposed to persist everything there.
My two questions are:
- what directories do you persist as cache?
- what directories are you supposed to back up for the volumes?
As a bonus, I think we should start adding this sort of impermanence-related info to the official wiki (I’ll try to do it myself when I figure some new stuff out), although I’m not sure it’s allowed considering impermanence is a separate project.