Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # kata
- [vagrant@localhost kata-containers]$ sudo docker run xzr/selinux bash -c 'ps -eZ'
- LABEL PID TTY TIME CMD
- - 1 ? 00:00:00 ps
- # runc
- [vagrant@localhost kata-containers]$ sudo docker run --rm centos bash -c 'ps -eZ'
- LABEL PID TTY TIME CMD
- system_u:system_r:spc_t:s0 1 ? 00:00:00 ps
Advertisement
Add Comment
Please, Sign In to add comment