Guest User

Untitled

a guest
Sep 11th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # kata
  2. [vagrant@localhost kata-containers]$ sudo docker run xzr/selinux bash -c 'ps -eZ'
  3. LABEL PID TTY TIME CMD
  4. - 1 ? 00:00:00 ps
  5.  
  6. # runc
  7.  
  8. [vagrant@localhost kata-containers]$ sudo docker run --rm centos bash -c 'ps -eZ'
  9. LABEL PID TTY TIME CMD
  10. system_u:system_r:spc_t:s0 1 ? 00:00:00 ps
Advertisement
Add Comment
Please, Sign In to add comment