Skip to content

Commit 9d97d39

Browse files
committed
Add --config and --runtime options
Use GNU-style long options to avoid ambiguous, one-character options in the spec, while still allowing the runtime to support one-character options with packing. Signed-off-by: W. Trevor King <[email protected]>
1 parent a7f5aa9 commit 9d97d39

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

runtime.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ It operates by default on the `config.json` and `runtime.json` in the current di
88

99
Starts a container from a bundle directory.
1010

11-
* *Flags:* none.
11+
* *Options*
12+
* *`--config <PATH>`* Override `config.json` with an alternative path. The path may not support seeking (e.g. `/dev/fd/3`).
13+
* *`--runtime <PATH>`* Override `runtime.json` with an alternative path. The path may not support seeking (e.g. `/dev/fd/3`).
1214
* *Standard streams:* The runtime must attach its standard streams directly to the application process without inspection.
1315
* *Exit code:* The runtime must exit with the application process's exit code.
1416

0 commit comments

Comments
 (0)