Skip to content

Commit bb6925e

Browse files
Merge pull request #519 from wking/config-schema-json-link
config: Update schema.json -> config-schema.json
2 parents bbaf29e + 7f18285 commit bb6925e

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)