mirror of https://github.com/docker/docker-py.git
Merge pull request #2145 from mirake/fix-typos
Fix typo: Addtional -> Additional
This commit is contained in:
commit
567d552699
|
@ -465,7 +465,7 @@ class ContainerApiMixin(object):
|
||||||
dns_opt (:py:class:`list`): Additional options to be added to the
|
dns_opt (:py:class:`list`): Additional options to be added to the
|
||||||
container's ``resolv.conf`` file
|
container's ``resolv.conf`` file
|
||||||
dns_search (:py:class:`list`): DNS search domains.
|
dns_search (:py:class:`list`): DNS search domains.
|
||||||
extra_hosts (dict): Addtional hostnames to resolve inside the
|
extra_hosts (dict): Additional hostnames to resolve inside the
|
||||||
container, as a mapping of hostname to IP address.
|
container, as a mapping of hostname to IP address.
|
||||||
group_add (:py:class:`list`): List of additional group names and/or
|
group_add (:py:class:`list`): List of additional group names and/or
|
||||||
IDs that the container process will run as.
|
IDs that the container process will run as.
|
||||||
|
|
|
@ -558,7 +558,7 @@ class ContainerCollection(Collection):
|
||||||
environment (dict or list): Environment variables to set inside
|
environment (dict or list): Environment variables to set inside
|
||||||
the container, as a dictionary or a list of strings in the
|
the container, as a dictionary or a list of strings in the
|
||||||
format ``["SOMEVARIABLE=xxx"]``.
|
format ``["SOMEVARIABLE=xxx"]``.
|
||||||
extra_hosts (dict): Addtional hostnames to resolve inside the
|
extra_hosts (dict): Additional hostnames to resolve inside the
|
||||||
container, as a mapping of hostname to IP address.
|
container, as a mapping of hostname to IP address.
|
||||||
group_add (:py:class:`list`): List of additional group names and/or
|
group_add (:py:class:`list`): List of additional group names and/or
|
||||||
IDs that the container process will run as.
|
IDs that the container process will run as.
|
||||||
|
|
Loading…
Reference in New Issue