Skip to content
Snippets Groups Projects
Commit 399f89012e0c authored by oury.balde's avatar oury.balde
Browse files

Fix error: providing configuration in the start() method is no longer

Note: Use the host_config param in create_container instead
parent 27f4b767f6c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment