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 d527365 commit 17291a8Copy full SHA for 17291a8
command-line-interface.md
@@ -31,6 +31,7 @@ This command SHOULD exit as quickly as possible after creating the container, wi
31
* *`<ID>`* Set the container ID to create.
32
* *Options*
33
* *`--bundle <PATH>`* Override the path to the [bundle directory][bundle] (defaults to the current working directory).
34
+ * *`--pid-file <PATH>`* The runtime MUST write the container PID to this path.
35
* *Standard streams:*
36
* *stdin:* The runtime MUST attach its stdin directly to the container process without reading from it.
37
* *stdout:* The runtime MUST attach its stdout directly to the container process without writing to it.
0 commit comments