You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This configuration file contains metadata necessary to implement standard operations against the container.
4
+
This includes the process to run, environment variables to inject, sandboxing features to use, etc.
5
+
3
6
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).
4
7
[Platform](spec.md#platforms)-specific configuration schema are defined in the [platform-specific documents](#platform-specific-configuration) linked below.
5
8
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"`).
6
9
7
-
The configuration file contains metadata necessary to implement standard operations against the container.
8
-
This includes the process to run, environment variables to inject, sandboxing features to use, etc.
9
-
10
10
Below is a detailed description of each field defined in the configuration format and valid values are specified.
11
11
Platform-specific fields are identified as such.
12
12
For all platform-specific configuration values, the scope defined below in the [Platform-specific configuration](#platform-specific-configuration) section applies.
0 commit comments