config.md: specify config usage

config.json is used some operations of container,
we should specify this.

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
Ma Shimiao 2017-05-11 11:02:17 +08:00
parent ce6011c65a
commit 773ebb2e54
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# <a name="containerConfigurationFile" />Container Configuration file
This configuration file contains metadata necessary to implement standard operations against the container.
This configuration file contains metadata necessary to implement [standard operations](runtime.md#operations) against the container.
This includes the process to run, environment variables to inject, sandboxing features to use, etc.
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).