summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Johnson <palehose@gmail.com>2017-08-07 09:14:21 -0500
committerJoffrey F <f.joffrey@gmail.com>2017-08-17 13:38:40 -0700
commitf7e7a8564e6d40fe6b4dfc739db460c56245c63b (patch)
treef02cc4114f1e626c71e4059fa39d865f46d9b843
parentbf15e27d6dcb0fe66c03dd0822fa1c88ee09e914 (diff)
downloaddocker-py-f7e7a8564e6d40fe6b4dfc739db460c56245c63b.tar.gz
Fix domainname documentation in create_container function
It looks like this was probably originally copypasta'ed from dns_search and not edited afterward. Signed-off-by: Erik Johnson <palehose@gmail.com>
-rw-r--r--docker/api/container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/api/container.py b/docker/api/container.py
index 532a9c6..06c575d 100644
--- a/docker/api/container.py
+++ b/docker/api/container.py
@@ -399,7 +399,7 @@ class ContainerApiMixin(object):
name (str): A name for the container
entrypoint (str or list): An entrypoint
working_dir (str): Path to the working directory
- domainname (str or list): Set custom DNS search domains
+ domainname (str): The domain name to use for the container
memswap_limit (int):
host_config (dict): A dictionary created with
:py:meth:`create_host_config`.