Skip to content

Commit

Permalink
start: Remove start-scoped config.json and runtime.json references
Browse files Browse the repository at this point in the history
The reference landed in the initial 3f0aafb (Add initial command line
spec, 2015-09-02) in the operations section.  In f3a1c08 (Shift
config.json and runtime.json into the 'start' section, 2015-09-15)
they moved to the 'start' command section, because other commands
don't need them.  But we talk about them in start's options section
since 9d97d39 (Add --config and --runtime options, 2015-09-14), so
there's no need for this command-scoped reference.

Signed-off-by: W. Trevor King <wking@tremily.us>
Reviewed-by: Mike Brown <brownwm@us.ibm.com>
  • Loading branch information
wking committed Dec 9, 2015
1 parent 839b6ee commit 0d0c8db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ $ echo $?
### start

Start 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 0d0c8db

Please sign in to comment.