Skip to content

Commit 5ed1059

Browse files
committed
runtime: Fix config.md -> config.json typo
From 766abd6 (runtime.md: Require 'create' to fail if config.json asks for the impossible, 2016-09-08, #559). Signed-off-by: W. Trevor King <[email protected]>
1 parent d12da90 commit 5ed1059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This operation MUST generate an error if it is not provided a path to the bundle
8787
If the ID provided is not unique across all containers within the scope of the runtime, or is not valid in any other way, the implementation MUST generate an error and a new container MUST NOT be created.
8888
Using the data in [`config.json`](config.md), this operation MUST create a new container.
8989
This means that all of the resources associated with the container MUST be created, however, the user-specified program MUST NOT be run at this time.
90-
If the runtime cannot create the container as specified in [`config.md`](config.md), it MUST generate an error and a new container MUST NOT be created.
90+
If the runtime cannot create the container as specified in [`config.json`](config.md), it MUST generate an error and a new container MUST NOT be created.
9191

9292
Upon successful completion of this operation the `status` property of this container MUST be `created`.
9393

0 commit comments

Comments
 (0)