Replies: 1 comment 5 replies
-
You're asking questions about the internals of the containerd overlay filesystem. These are implementation-specific bits of how containerd (the k3s container runtime) stores the layers of an image or running container. If you're not familiar with how containers work or how to get at files within a running container, poking around in the filesystem is probably not a good idea. What specifically are you trying to accomplish? What do you need to do with that file? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed k3s inside of my machine and install the Nginx ingress controller load balancer.
I am confused about the function of containerd.snapshooter.***** , I don't get it what does it means. How exactly if I wanna do something inside of my Nginx folder or file ? what does snapshot mean here, and any idea where I can find my original file. because is not there
/opt/bitnami/nginx/nginx.conf
, feels my files are trapped inside of this snapshoot. I tried to figure it out because my folder is supposed to be in /opt/bitnami/nginx or /usr/share/nginx not inside of these snapshotsBeta Was this translation helpful? Give feedback.
All reactions