Skip to content

Commit 3f5078d

Browse files
author
Michael Crosby
authored
Merge pull request opencontainers#693 from hqhq/dont_limit_mapping
Remove uid/gid mapping limit depend on kernel
2 parents ac9f8e0 + a5c4e91 commit 3f5078d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Each entry has the following structure:
8383
* **`size`** (uint32, REQUIRED)* - is the number of ids to be mapped.
8484

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

8888
###### Example
8989

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

0 commit comments

Comments
 (0)