Kaydet (Commit) 7f56f705 authored tarafından Joffrey F's avatar Joffrey F

Don't add superfluous arguments

Signed-off-by: 's avatarJoffrey F <f.joffrey@gmail.com>
üst 87ee18aa
...@@ -416,7 +416,7 @@ class ContainerApiMixin(object): ...@@ -416,7 +416,7 @@ class ContainerApiMixin(object):
if use_config_proxy: if use_config_proxy:
environment = self._proxy_configs.inject_proxy_environment( environment = self._proxy_configs.inject_proxy_environment(
environment environment
) ) or None
config = self.create_container_config( config = self.create_container_config(
image, command, hostname, user, detach, stdin_open, tty, image, command, hostname, user, detach, stdin_open, tty,
......
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