summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnca Iordache <aiordache@users.noreply.github.com>2020-09-28 11:14:27 +0200
committerGitHub <noreply@github.com>2020-09-28 11:14:27 +0200
commit9d8cd023e88f22e701365ae4d3dccc16537f4851 (patch)
tree389ccd1ab814edc825bbe4d0ff1064521edfbcfd
parentff44e7e3753e0771c429b4138e271b960f61c98a (diff)
parentea093a75dd5c8330d2267a7be9d513dad19f66b7 (diff)
downloaddocker-py-9d8cd023e88f22e701365ae4d3dccc16537f4851.tar.gz
Merge pull request #2673 from ulyssessouza/remove-tinyurl-link
Fix url of examples in ulimits
-rw-r--r--docker/types/containers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/types/containers.py b/docker/types/containers.py
index 149b85d..44bfcfd 100644
--- a/docker/types/containers.py
+++ b/docker/types/containers.py
@@ -97,8 +97,8 @@ class Ulimit(DictType):
Args:
- name (str): Which ulimit will this apply to. A list of valid names can
- 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.
soft (int): The soft limit for this ulimit. Optional.
hard (int): The hard limit for this ulimit. Optional.