What is the purpose of the directories "GraphRoot"/{mounts,tmp} like /var/lib/containers/storage/{mounts,tmp}? #16195
-
I'm not sure what is for the directories "GraphRoot"/{mounts,tmp} like /var/lib/containers/storage/{mounts,tmp}. These directories are created at storage.GetStore() function. However, any commands I tried create nothing under these directories. I tried running container with bind mount and volume mount like following. [bind mount]
[volume mount]
What is the purpose of these directories? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
@nalind Looks like these are used by c/storage, not Libpod |
Beta Was this translation helpful? Give feedback.
-
They're leftovers from early versions, when we thought we'd end up needing them for something. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer. In that case you said, I think these directories are not needed even now. |
Beta Was this translation helpful? Give feedback.
-
@nalind Could you please comment to the post above? |
Beta Was this translation helpful? Give feedback.
-
For whatever reason, github didn't create a link to containers/storage#1398, which did just that. |
Beta Was this translation helpful? Give feedback.
-
OK, I think that's fine. I will close this discussion. A conclusion of this discussion. |
Beta Was this translation helpful? Give feedback.
They're leftovers from early versions, when we thought we'd end up needing them for something.