hi all i am trying to run a flow which uses docker...
# ask-community
s
hi all i am trying to run a flow which uses docker and i am getting
Copy code
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
HI @sark, Can you show me your flow’s relevant environment and storage code?
s
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