You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments