From da7307f10b5315c6eb8ab22ab6a86e6e5d80109c Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Wed, 12 Jul 2017 12:53:23 -0700 Subject: [PATCH] [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 --- runtime.md | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime.md b/runtime.md index eed634dc2..3efa77e81 100644 --- a/runtime.md +++ b/runtime.md @@ -23,6 +23,7 @@ The state of a container includes the following properties: Additional values MAY be defined by the runtime, however, they MUST be used to represent new runtime states not defined above. * **`pid`** (int, REQUIRED when `status` is `created` or `running`) is the ID of the container process, as seen by the host. + The pid MAY be excluded or set to a value indicating empty or null if it is not seen by the host. * **`bundle`** (string, REQUIRED) is the absolute path to the container's bundle directory. This is provided so that consumers can find the container's configuration and root filesystem on the host. * **`annotations`** (map, OPTIONAL) contains the list of annotations associated with the container.