From 7f182857b4c82c593a32ec66ef84d3d8c7f37aa0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 18 Jul 2016 20:37:23 -0700 Subject: [PATCH] config: Update schema.json -> config-schema.json This slipped through the rename in 2a5986f7 (schema/state-schema.json: Add a JSON Schema for the state JSON, 2016-06-01, #481) and the first round of fixes in dfb85b16 (schema/README: Fix links to (config|state)-schema.json, 2016-06-13, #498). Reported by hapnermw [1]. [1]: https://github.com/opencontainers/runtime-spec/issues/517 Signed-off-by: W. Trevor King --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index bc6b945a..e2532824 100644 --- a/config.md +++ b/config.md @@ -1,7 +1,7 @@ # Container Configuration file The container's top-level directory MUST contain a configuration file called `config.json`. -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). +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). The configuration file contains metadata necessary to implement standard operations against the container. This includes the process to run, environment variables to inject, sandboxing features to use, etc.