We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed46fb0 commit ea093a7Copy full SHA for ea093a7
docker/types/containers.py
@@ -97,8 +97,8 @@ class Ulimit(DictType):
97
98
Args:
99
100
- name (str): Which ulimit will this apply to. A list of valid names can
101
- be found `here <http://tinyurl.me/ZWRkM2Ztwlykf>`_.
+ name (str): Which ulimit will this apply to. The valid names can be
+ found in '/etc/security/limits.conf' on a gnu/linux system.
102
soft (int): The soft limit for this ulimit. Optional.
103
hard (int): The hard limit for this ulimit. Optional.
104
0 commit comments