Jonathan Samples
10/07/2024, 7:56 PMcommand
to customize how the docker container should be run... How does it know to run the specific flow?
4. When I run the docker image (locally) that is generated by the prefect cli, it doesn't actually run the flow... it just opens a shell prompt.
Thanks for helping out a noob!Jonathan Samples
10/07/2024, 7:59 PMMarvin
10/07/2024, 7:59 PMDavid
10/08/2024, 7:45 PMentrypoint
per say. The pool worker will execute the docker image with
prefect flow-run execute <flow-id>
I hope this helps in some way. I’m still on the journey to get things working.