Skip to content

Commit

Permalink
Merge pull request #519 from wking/config-schema-json-link
Browse files Browse the repository at this point in the history
config: Update schema.json -> config-schema.json
  • Loading branch information
crosbymichael authored Jul 20, 2016
2 parents bbaf29e + 7f18285 commit bb6925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit bb6925e

Please sign in to comment.