I swear I have seen this somewhere in the docs, bu...
# ask-community
a
I swear I have seen this somewhere in the docs, but for the life of me I can’t find it now. I am looking to use prefect to spin up a docker container, clone a github repo, and then run the flow defined there. I see the ability to pull the container from our registry but I cannot find how to pull the github repo
🙌 1
a
It sounds like you want to use the GitHub storage class for your flow as shown here: https://docs.prefect.io/core/idioms/script-based.html With the Docker agent: https://docs.prefect.io/orchestration/agents/docker.html
upvote 1
a
aha!
I knew it was somewhere
thank you
When I try to use the
DockerRun
I get
Copy code
Flow run has a run_config` of type `DockerRun`, only `ECSRun` is supported`