Replies: 1 comment 2 replies
-
Hi @moon2263 , I believe that these infos are present but not in the same format as the above output I can see the added caps to the container spec
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm looking for some way to see the container's security-context like privileged, network/pid/ipc namespace mode.
When I use docker, I can see that configurations in
docker inspect <container>
. But in containerd environment, If I use the commandnerdctl inspect --mode=native
there was no any information about container's security-context.So,, Is there any way to see that information to using nerdctl?
What I expected is
(this is crictl's result)
p.s. I'm not goot at english. sorry :(
Beta Was this translation helpful? Give feedback.
All reactions