mirror of https://github.com/docker/docker-py.git
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>
This commit is contained in:
parent
bf15e27d6d
commit
f7e7a8564e
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue