Skip to content

Commit da7307f

Browse files
authored
[Runtime] Allow for excluding pid from state
Re-base of #459; does not impact functionality but may be helpful for certification Signed-off-by: Rob Dolin <robdolin@microsoft.com>
1 parent 06c488c commit da7307f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The state of a container includes the following properties:
2323

2424
Additional values MAY be defined by the runtime, however, they MUST be used to represent new runtime states not defined above.
2525
* **`pid`** (int, REQUIRED when `status` is `created` or `running`) is the ID of the container process, as seen by the host.
26+
The pid MAY be excluded or set to a value indicating empty or null if it is not seen by the host.
2627
* **`bundle`** (string, REQUIRED) is the absolute path to the container's bundle directory.
2728
This is provided so that consumers can find the container's configuration and root filesystem on the host.
2829
* **`annotations`** (map, OPTIONAL) contains the list of annotations associated with the container.

0 commit comments

Comments
 (0)