Skip to content

Commit 3f0aafb

Browse files
julzwking
authored andcommitted
Add initial command line spec
Signed-off-by: Julian Friedman <[email protected]>
0 parents  commit 3f0aafb

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

runtime.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Operations:
2+
3+
The command line should support each operation listed below as its first argument. It operates by default on the 'config.json' in the current directory.
4+
5+
## Start
6+
7+
Starts a container from a bundle directory.
8+
9+
*Flags:* none.
10+
*Output:* The process output is printed to stdout and stderr, and the process exits with the delegate process exit code.
11+
12+
Example:
13+
~~~~
14+
# in a bundle directory with a process that echos "hello" and exits 42
15+
$ funC start
16+
hello
17+
18+
$ echo $?
19+
42
20+
~~~~
21+
22+
## Stop
23+
24+
...

0 commit comments

Comments
 (0)