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:
Erik Johnson 2017-08-07 09:14:21 -05:00 committed by Joffrey F
parent bf15e27d6d
commit f7e7a8564e
1 changed files with 1 additions and 1 deletions

View File

@ -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`.