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
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]>
Copy file name to clipboardExpand all lines: config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Container Configuration file
2
2
3
3
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).
5
5
6
6
The configuration file contains metadata necessary to implement standard operations against the container.
7
7
This includes the process to run, environment variables to inject, sandboxing features to use, etc.
0 commit comments