Skip to content

Commit

Permalink
bundle.md: Link to the runtime.json docs
Browse files Browse the repository at this point in the history
Just like we link to the config.json docs.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Aug 30, 2015
1 parent 4cfa584 commit c5305f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The `runtime.json` file contains settings that are host specific such as memory
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.

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

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

0 comments on commit c5305f9

Please sign in to comment.