Skip to content

Commit 2f09b88

Browse files
wkingMa Shimiao
authored andcommitted
config: Add platform-specific entry for 'solaris'
Fixup for 7c9daeb (Introducing Solaris in OCI, 2016-04-25, opencontainers#411) along the lines of b373a15 (config: Split platform-specific configuration into its own section, 2016-05-02, opencontainers#414). Signed-off-by: W. Trevor King <[email protected]>
1 parent a507573 commit 2f09b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ _Note: For Solaris, uid and gid specify the uid and gid of the process inside th
207207

208208
* **`linux`** (object, optional) [Linux-specific configuration](config-linux.md).
209209
This should only be set if **`platform.os`** is `linux`.
210+
* **`solaris`** (object, optional) [Solaris-specific configuration](config-solaris.md).
211+
This should only be set if **`platform.os`** is `solaris`.
210212

211213
### Example (Linux)
212214

0 commit comments

Comments
 (0)