From afb9a75e733ad4d47ea06b3eb62274c30b2c365f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 13 Nov 2016 21:27:10 -0800 Subject: [PATCH] config: Drop Solaris UID/GID note The note is from 7c9daeba (Introducing Solaris in OCI, 2016-04-25, #411), but as I pointed out there [1], this is also true for Linux. 08908d6f (config: Explicit container namespace for uid, gid, and additionalGids, 2016-04-29, #412) landed in parallel with more explicit namepacing for these fields, so we no longer need the overly-specific Solaris note. [1]: https://github.com/opencontainers/runtime-spec/pull/411#r61620322 Signed-off-by: W. Trevor King --- config.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.md b/config.md index a24130f8b..e7965fbb4 100644 --- a/config.md +++ b/config.md @@ -160,8 +160,6 @@ For Linux and Solaris based systems the user structure has the following fields: _Note: symbolic name for uid and gid, such as uname and gname respectively, are left to upper levels to derive (i.e. `/etc/passwd` parsing, NSS, etc)_ -_Note: For Solaris, uid and gid specify the uid and gid of the process inside the container and need not be same as in the host._ - ### Example (Linux) ```json