Hi there, is there a way to use Docker with Prefec...
# ask-community
a
Hi there, is there a way to use Docker with Prefect so that each task/flow runs in a different environment?
a
Prefect Cloud has an upcoming feature called Environment Labels
c
^^ As Adam mentioned, Prefect Cloud supports (and requires) Dockerized Flows; for individual tasks, you might consider using a Docker task or a Kubernetes task to run a command within a specified docker container (both of these can be found in our task library)
a
Thanks @Adam Roderick and @Chris White!