where is the container's file stored after runc run MY_CONTAINER
?
#3519
Answered
by
cyphar
Zhenshan-Jin
asked this question in
Q&A
-
I want to check the files created only by |
Beta Was this translation helpful? Give feedback.
Answered by
cyphar
Jun 21, 2022
Replies: 2 comments 1 reply
-
looks like it is under |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cyphar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/var/run/runc/MY_CONTAINER
, though this can be changed with using the--root
flag (and in the case of rootless containers, the root used is$XDG_RUNTIME_DIR/runc
).