Hello! quick question : we are running job in a do...
# prefect-community
a
Hello! quick question : we are running job in a docker image, and we will like to automatize it with Prefect : do you know where I can find a tutorial ?
j
Hey @Adrien Boutreau are you referring to running your flows inside a Docker container or having a flow that runs Docker containers? If running your flow inside a container then the Deployment Tutorial might be a good place to start https://docs.prefect.io/orchestration/tutorial/docker.html If your flow is running containers than then some of the Docker tasks from the task library might help https://docs.prefect.io/api/latest/tasks/docker.html
a
👍