diff --git a/config.md b/config.md index a832bdde..efb71761 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`. -For now the canonical schema is defined in [config.go](config.go) and [config_linux.go](config_linux.go), but this will be moved to a formal JSON schema over time. +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 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.