Skip to content

Commit

Permalink
Merge pull request #693 from hqhq/dont_limit_mapping
Browse files Browse the repository at this point in the history
Remove uid/gid mapping limit depend on kernel
  • Loading branch information
crosbymichael authored Feb 22, 2017
2 parents ac9f8e0 + a5c4e91 commit 3f5078d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Each entry has the following structure:
* **`size`** (uint32, REQUIRED)* - is the number of ids to be mapped.

The runtime SHOULD NOT modify the ownership of referenced filesystems to realize the mapping.
There is a limit of 5 mappings which is the Linux kernel hard limit.
Note that the number of mapping entries MAY be limited by the [kernel][user-namespaces].

###### Example

Expand Down Expand Up @@ -621,3 +621,4 @@ The values MUST be absolute paths in the [container namespace][container-namespa
[random.4]: http://man7.org/linux/man-pages/man4/random.4.html
[tty.4]: http://man7.org/linux/man-pages/man4/tty.4.html
[zero.4]: http://man7.org/linux/man-pages/man4/zero.4.html
[user-namespaces]: http://man7.org/linux/man-pages/man7/user_namespaces.7.html

0 comments on commit 3f5078d

Please sign in to comment.