Joseph Solomon
11/13/2020, 9:06 PMnicholas
Joseph Solomon
11/13/2020, 9:17 PMdocker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
which to me implies that there is no available docker daemon to connect tonicholas
Joseph Solomon
11/16/2020, 4:08 PMnicholas
Joseph Solomon
11/16/2020, 6:01 PMnicholas
Joseph Solomon
11/16/2020, 10:19 PMnicholas
prefecthq/prefect
) to expose the ports in question.Sean Talia
12/02/2020, 8:59 PMprefect agent docker start
, a flow that's been configured to use Docker()
storage as part of its run configuration, and a single task within that flow that just creates and starts a container of the hello-world
docker image; where in this context does a custom-written Dockerfile come into play?prefect agent docker start
within a docker container, I'm running that just off my local machine that has prefect installed on it)nicholas
prefecthq/prefect
Docker image. As an alternative, you can choose to provide your own custom image (which can extend the base prefect one as well)