https://prefect.io logo
Title
s

sark

09/10/2020, 10:33 AM
hi all i am trying to run a flow which uses docker and i am getting
Unexpected error: ImageNotFound(HTTPError('404 Client Error: Not Found for url: <http+docker://localhost/v1.40/containers/create'>))
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/docker/api/client.py", line 261, in _raise_for_status
    response.raise_for_status()
  File "/usr/local/lib/python3.8/site-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: <http+docker://localhost/v1.40/containers/create>
d

Dylan

09/10/2020, 1:49 PM
HI @sark, Can you show me your flow’s relevant environment and storage code?
s

sark

09/10/2020, 5:04 PM
hi dylan, I am doing something minimally adapted from https://docs.prefect.io/core/examples/functional_docker.html i have not added anything specific to environment or storage