Pedro Machado
10/01/2020, 7:11 PM[2020-10-01 19:07:39,119] ERROR - agent | Error while deploying flow: APIError(HTTPError('400 Client Error: Bad Request for url: <http+docker://localhost/v1.40/containers/create'>))
I think it's related to the tls_config
argument which defaults to False
. Is it possible to set this in the command line?nicholas
Pedro Machado
10/01/2020, 7:23 PMnicholas
docker --tlsverify
and then some flags for telling it where the certs are locatedPedro Machado
10/01/2020, 8:00 PM400 Client Error: Bad Request ("invalid IP address in add-host: """)
nicholas
docker --version
?Pedro Machado
10/01/2020, 8:05 PMnicholas
Pedro Machado
10/01/2020, 8:07 PMnicholas
Pedro Machado
10/01/2020, 8:12 PM--no-docker-interface
and the flow ran.nicholas