Back again, running prefect server for months. An associate wants to run prefect with the docker agent locally so I grabbed my working flows from my running prefect server. I deployed it locally to a local server with a docker agent.
When I do a run, the docker agent picks up the flow, and starts it "DEBUG - Docker | Docker container 710cddcf0502310b6a1db495380c8b6dafe4b7db85b8a16ab96d84a0ef0cc99d started"
But nothing else happens in the log or in the prefect ui.
I am using the same custom docker storage from prod with k8s runners and this works fines.