Kaydet (Commit) 46a9b10b authored tarafından Rui Cao's avatar Rui Cao

Fix typo: Addtional -> Additional

Signed-off-by: 's avatarRui Cao <ruicao@alauda.io>
üst 416ea74e
...@@ -465,7 +465,7 @@ class ContainerApiMixin(object): ...@@ -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): ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment