You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
After upgrading to python 3.7, docker[tls]==3.7.1, docker-map==1.0.0 and docker-fabric==0.5.0, I'm running into the error unknown flag: --host-config when trying to create a container. I'm having trouble even finding the host-config option so I'm not clear what's causing this:
a py3 issue (e.g. the wrong flag is created)
a feature removed from docker
an issue in docker-py
The text was updated successfully, but these errors were encountered:
OK. It looks like I've narrowed this down to client.cli.DockerCommandLineOutput.get_cmd (and the nested _transform_create_kwargs). The key host_config wraps a HostConfiguration and is not being correclty expanded into CLI args.
After upgrading to python 3.7,
docker[tls]==3.7.1
,docker-map==1.0.0
anddocker-fabric==0.5.0
, I'm running into the errorunknown flag: --host-config
when trying to create a container. I'm having trouble even finding thehost-config
option so I'm not clear what's causing this:The text was updated successfully, but these errors were encountered: