We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10c0b2 commit 8d721e9Copy full SHA for 8d721e9
runtime.md
@@ -21,6 +21,7 @@ The value MAY be one of:
21
22
Additional values MAY be defined by the runtime, however, they MUST be used to represent new runtime states not defined above.
23
* **`pid`**: (int) is the ID of the container process, as seen by the host.
24
+The pid MAY be excluded or set to a value indicating empty or null if it is not seen by the host.
25
* **`bundlePath`**: (string) is the absolute path to the container's bundle directory.
26
This is provided so that consumers can find the container's configuration and root filesystem on the host.
27
* **`annotations`**: (map) contains the list of annotations associated with the container.
0 commit comments