@@ -14,16 +14,17 @@ following will output a list of processes running in the container:
1414 # runc exec <container-id> ps
1515
1616# OPTIONS
17- --console value specify the pty slave path for use with the container
18- --cwd value current working directory in the container
19- --env value, -e value set environment variables
20- --tty, -t allocate a pseudo-TTY
21- --user value, -u value UID (format: <uid >[ :<gid >] )
22- --process value, -p value path to the process.json
23- --detach, -d detach from the container's process
24- --pid-file value specify the file to write the process id to
25- --process-label value set the asm process label for the process commonly used with selinux
26- --apparmor value set the apparmor profile for the process
27- --no-new-privs set the no new privileges value for the process
28- --cap value, -c value add a capability to the bounding set for the process
29- --no-subreaper disable the use of the subreaper used to reap reparented processes
17+ --console value specify the pty slave path for use with the container
18+ --cwd value current working directory in the container
19+ --env value, -e value set environment variables
20+ --tty, -t allocate a pseudo-TTY
21+ --user value, -u value UID (format: <uid >[ :<gid >] )
22+ --additional-gids value, -g value additional gids
23+ --process value, -p value path to the process.json
24+ --detach, -d detach from the container's process
25+ --pid-file value specify the file to write the process id to
26+ --process-label value set the asm process label for the process commonly used with selinux
27+ --apparmor value set the apparmor profile for the process
28+ --no-new-privs set the no new privileges value for the process
29+ --cap value, -c value add a capability to the bounding set for the process
30+ --no-subreaper disable the use of the subreaper used to reap reparented processes
0 commit comments