summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlysses Souza <ulyssessouza@gmail.com>2020-09-17 16:54:53 +0200
committerUlysses Souza <ulyssessouza@gmail.com>2020-09-17 17:09:14 +0200
commitea093a75dd5c8330d2267a7be9d513dad19f66b7 (patch)
tree7c736253c7173cec12d40bbd184e21deedca2034
parented46fb0143020621c68bd2e62bf5a0780552c1fb (diff)
downloaddocker-py-ea093a75dd5c8330d2267a7be9d513dad19f66b7.tar.gz
Fix url of examples in ulimits
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
-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.