Skip to content

Commit

Permalink
Merge pull request opencontainers#756 from wking/config-drop-filename
Browse files Browse the repository at this point in the history
config: Drop the redundant config.json filename requirement
  • Loading branch information
Michael Crosby authored May 9, 2017
2 parents e1b2e61 + c83bdfb commit 5a39b39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# <a name="containerConfigurationFile" />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/config-schema.json`](schema/config-schema.json) and Go bindings in [`specs-go/config.go`](specs-go/config.go).
[Platform](spec.md#platforms)-specific configuration schema are defined in the [platform-specific documents](#platform-specific-configuration) linked below.
For properties that are only defined for some [platforms](spec.md#platforms), the Go property has a `platform` tag listing those protocols (e.g. `platform:"linux,solaris"`).
Expand Down

0 comments on commit 5a39b39

Please sign in to comment.