diff --git a/config.md b/config.md index c3380092c..bd20a1f98 100644 --- a/config.md +++ b/config.md @@ -160,12 +160,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a - **Labels** *object*, OPTIONAL The field contains arbitrary metadata for the container. - Labels MUST be a key-value map where both the key and value MUST be strings. - Keys MUST be unique within this map, and best practice is to namespace the keys. - Keys SHOULD be named using a reverse domain notation - e.g. `com.example.myKey`. - Keys using the `org.opencontainers.image` namespace are reserved and MUST NOT be used by subsequent specifications. - If there are no labels then this property MAY either be absent or an empty map. - Implementations that are reading/processing this configuration file MUST NOT generate an error if they encounter an unknown labels key. + This OPTIONAL property MUST use the [annotation rules](annotations.md#rules). - **StopSignal** *string*, OPTIONAL