Skip to content

Commit c5305f9

Browse files
committed
bundle.md: Link to the runtime.json docs
Just like we link to the config.json docs. Signed-off-by: W. Trevor King <[email protected]>
1 parent 4cfa584 commit c5305f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The `runtime.json` file contains settings that are host specific such as memory
1919
The goal is that the bundle can be moved as a unit to another machine and run the same application if `runtime.json` is removed or reconfigured.
2020

2121
The syntax and semantics for `config.json` are described in [this specification](config.md).
22+
The syntax and semantics for `runtime.json` are described in [this specification](runtime.md).
2223

2324
A single `rootfs` directory MUST be in the same directory as the `config.json`.
2425
The names of the directories may be arbitrary, but users should consider using conventional names as in the example below.

0 commit comments

Comments
 (0)