Docker
prefect-docker
The prefect-docker
library is required to create deployments that will submit runs to most Prefect work pool infrastructure types.
Getting started
Prerequisites
- Docker installed and running.
Install prefect-docker
The following command will install a version of prefect-docker
compatible with your installed version of prefect
.
If you don’t already have prefect
installed, it will install the newest version of prefect
as well.
Upgrade to the latest versions of prefect
and prefect-docker
:
Examples
See the Prefect Workers docs to learn how to create and run deployments that use Docker.
Resources
For assistance using Docker, consult the Docker documentation.
Refer to the prefect-docker
SDK documentation linked in the sidebar to explore all the capabilities of the prefect-docker
library.