Skip to content

Commit

Permalink
Shift config.json and runtime.json into the 'start' section
Browse files Browse the repository at this point in the history
You shouldn't need these for any other operations.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Dec 2, 2015
1 parent 5033c59 commit f3a1c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Operations

A conformant runtime should provide an executable (called `funC` in the following examples).
That executable should support each operation listed below as its first argument.
It operates by default on the `config.json` and `runtime.json` in the current directory.
The template for supported commands is:

```sh
Expand Down Expand Up @@ -42,6 +40,7 @@ $ echo $?
### start

Starts a container from a bundle directory.
It operates by default on the `config.json` and `runtime.json` in the current directory.

* *Options*
* *`--id <ID>`* Set the container ID when creating or joining a container.
Expand Down

0 comments on commit f3a1c08

Please sign in to comment.