Merge pull request #444 from hqhq/hq_use_RFC2119_config

Use RFC_2119 style for config.md
This commit is contained in:
Michael Crosby 2016-05-23 12:53:28 -07:00
commit 8a9d9733a1
1 changed files with 3 additions and 3 deletions

View File

@ -213,9 +213,9 @@ _Note: For Solaris, uid and gid specify the uid and gid of the process inside th
[**`platform.os`**](#platform) is used to lookup further platform-specific configuration.
* **`linux`** (object, optional) [Linux-specific configuration](config-linux.md).
This should only be set if **`platform.os`** is `linux`.
This SHOULD only be set if **`platform.os`** is `linux`.
* **`solaris`** (object, optional) [Solaris-specific configuration](config-solaris.md).
This should only be set if **`platform.os`** is `solaris`.
This SHOULD only be set if **`platform.os`** is `solaris`.
### Example (Linux)
@ -308,7 +308,7 @@ The semantics are the same as `Path`, `Args` and `Env` in [golang Cmd](https://g
## Annotations
This OPTIONAL property contains arbitrary metadata for the container.
This information may be structured or unstructured.
This information MAY be structured or unstructured.
Annotations are key-value maps.
```json