Assuming i’m running prefect agent on EC2 (for our PoC), is there any clear advantage to running a docker agent vs. a local agent?
also, is it possible to use
Docker agent will create a container for your Flow so if you have multiple flows that need environment isolation, docker agent provides that. I think docker agent uses
dockerpy
which just uses whatever is configured when you do
docker run …
t
Tom Klein
12/15/2021, 10:45 PM
but couldn’t a local agent also have flows with a run-config that is docker (i.e. - use containers on a need-basis)? or can local agent only run localruns?
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.