Skip to content

Commit 7f18285

Browse files
committed
config: Update schema.json -> config-schema.json
This slipped through the rename in 2a5986f (schema/state-schema.json: Add a JSON Schema for the state JSON, 2016-06-01, opencontainers#481) and the first round of fixes in dfb85b1 (schema/README: Fix links to (config|state)-schema.json, 2016-06-13, opencontainers#498). Reported by hapnermw [1]. [1]: opencontainers#517 Signed-off-by: W. Trevor King <[email protected]>
1 parent bbaf29e commit 7f18285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Container Configuration file
22

33
The container's top-level directory MUST contain a configuration file called `config.json`.
4-
The canonical schema is defined in this document, but there is a JSON Schema in [`schema/schema.json`](schema/schema.json) and Go bindings in [`specs-go/config.go`](specs-go/config.go).
4+
The canonical schema is defined in this document, but there is a JSON Schema in [`schema/config-schema.json`](schema/config-schema.json) and Go bindings in [`specs-go/config.go`](specs-go/config.go).
55

66
The configuration file contains metadata necessary to implement standard operations against the container.
77
This includes the process to run, environment variables to inject, sandboxing features to use, etc.

0 commit comments

Comments
 (0)