Skip to content

Commit

Permalink
Add --config and --runtime options
Browse files Browse the repository at this point in the history
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 <wking@tremily.us>
  • Loading branch information
wking committed Dec 2, 2015
1 parent a7f5aa9 commit 9d97d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ It operates by default on the `config.json` and `runtime.json` in the current di

Starts a container from a bundle directory.

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

Expand Down

0 comments on commit 9d97d39

Please sign in to comment.