Hi is it possible to run a flow locally with the docker agent without first registering it with a backend? Looking for a way to test the docker image locally.
k
Kyle Moon-Wright
11/17/2020, 2:00 AM
Hey @Pedro Machado,
I think the easiest way is to write a quick flow that uses the built-in Docker Tasks and kick it off with
flow.run()
to check on your image locally. Hopefully I’m understanding your use case correctly!
p
Pedro Machado
11/17/2020, 2:10 AM
I've been having path issues when the flow runs on the container. I was hoping to speed up the feedback loop by initiating a flow run inside a container running on my computer. The image would be the one prefect builds when you call register.