# HG changeset patch # User Balde Oury <oury.balde@xcg-consulting.fr> # Date 1567175774 -7200 # Fri Aug 30 16:36:14 2019 +0200 # Node ID 399f89012e0cf9ec122f1c60295cbffab1179623 # Parent 27f4b767f6c0612e5aed7b26679f859588f67ad2 Fix error: providing configuration in the start() method is no longer Note: Use the host_config param in create_container instead diff --git a/docker_dev_start.py b/docker_dev_start.py --- a/docker_dev_start.py +++ b/docker_dev_start.py @@ -866,10 +866,7 @@ name=fusion_name, ) _logger.debug('Starting %s container', fusion_name) - docker_client.start( - fusion.get('Id'), - port_bindings=port_bindings, - ) + docker_client.start(container=fusion.get('Id')) def stop_py3o(): # TODO test if still exists