Skip to content

Commit c83bdfb

Browse files
committed
config: Drop the redundant config.json filename requirement
Because: 1. This section defines the configuration format, and doesn't need to be tied to a particular filename. 2. The bundle spec (in bundle.md) already has: This REQUIRED file MUST reside in the root of the bundle directory and MUST be named `config.json`. The config.md line may have been useful when it was added (77d44b1, Update runtime.md, 2015-07-16). But since the bundle.md line landed in 106ec2d (Cleanup bundle.md, 2015-10-02, #210), I think it's been redundant. Signed-off-by: W. Trevor King <[email protected]>
1 parent e8a0d3d commit c83bdfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# <a name="containerConfigurationFile" />Container Configuration file
22

3-
The container's top-level directory MUST contain a configuration file called `config.json`.
43
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).
54
[Platform](spec.md#platforms)-specific configuration schema are defined in the [platform-specific documents](#platform-specific-configuration) linked below.
65
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"`).

0 commit comments

Comments
 (0)