Skip to content

Commit f3a1c08

Browse files
committed
Shift config.json and runtime.json into the 'start' section
You shouldn't need these for any other operations. Signed-off-by: W. Trevor King <[email protected]>
1 parent 5033c59 commit f3a1c08

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

runtime.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Operations
22

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

86
```sh
@@ -42,6 +40,7 @@ $ echo $?
4240
### start
4341

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

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

0 commit comments

Comments
 (0)