File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
310310This OPTIONAL property contains arbitrary metadata for the container.
311- This information may be structured or unstructured.
311+ This information MAY be structured or unstructured.
312312Annotations are key-value maps.
313313
314314``` json
You can’t perform that action at this time.
0 commit comments