Skip to content

Commit 8a9d973

Browse files
committed
Merge pull request #444 from hqhq/hq_use_RFC2119_config
Use RFC_2119 style for config.md
2 parents 1978964 + bf9b050 commit 8a9d973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ _Note: For Solaris, uid and gid specify the uid and gid of the process inside th
213213
[**`platform.os`**](#platform) is used to lookup further platform-specific configuration.
214214

215215
* **`linux`** (object, optional) [Linux-specific configuration](config-linux.md).
216-
This should only be set if **`platform.os`** is `linux`.
216+
This SHOULD only be set if **`platform.os`** is `linux`.
217217
* **`solaris`** (object, optional) [Solaris-specific configuration](config-solaris.md).
218-
This should only be set if **`platform.os`** is `solaris`.
218+
This SHOULD only be set if **`platform.os`** is `solaris`.
219219

220220
### Example (Linux)
221221

@@ -308,7 +308,7 @@ The semantics are the same as `Path`, `Args` and `Env` in [golang Cmd](https://g
308308
## Annotations
309309

310310
This OPTIONAL property contains arbitrary metadata for the container.
311-
This information may be structured or unstructured.
311+
This information MAY be structured or unstructured.
312312
Annotations are key-value maps.
313313

314314
```json

0 commit comments

Comments
 (0)