{"categories":[{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring/2"}],"enrichment":{"capability":"Integrates Docker container execution into Apache Airflow workflows, enabling tasks to run inside Docker containers as part of DAG orchestration.","skillfed_tags":["airflow-provider","container-orchestration","workflow-automation"],"use_cases":["Run isolated Python or shell scripts in Docker containers without installing dependencies in the Airflow environment.","Execute pre-built containerized applications (e.g., data processing tools, ML pipelines) as Airflow tasks.","Orchestrate multi-language workflows by running containers with different language runtimes in a single DAG.","Manage task resource limits and environment isolation by running tasks in separate containers.","Integrate third-party containerized services into Airflow workflows without modifying their code."],"what_it_does":"This is an Apache Airflow provider package that adds Docker container execution capabilities to Airflow DAGs. It wraps the Docker Python client and integrates it with Airflow's task execution model, allowing you to define tasks that run arbitrary Docker images as part of your workflow orchestration. The package depends on apache-airflow, docker, python-dotenv, and apache-airflow-providers-common-compat.\n\nTypical use is to instantiate a DockerOperator in your DAG definition, specifying a container image and command. The operator handles pulling the image, running the container, and reporting task status back to Airflow. This is useful when you want to isolate task dependencies, run workloads in different environments, or leverage existing containerized applications without modifying them for Airflow's Python runtime.","worth_installing":"Yes. This is an actively maintained, production-stable provider from the Apache Airflow project with no known vulnerabilities, low install friction, and a permissive license. Install it if you need to run Docker containers as Airflow tasks. It is a standard integration for containerized workloads in Airflow environments."},"id":"apache-airflow-providers-docker","links":{"html":"https://skillfed.io/packages/apache-airflow-providers-docker","md":"https://skillfed.io/packages/apache-airflow-providers-docker.md","pypi":"https://pypi.org/project/apache-airflow-providers-docker/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"apache-airflow-providers-docker","python_support":"supports_current","summary":"Provider package apache-airflow-providers-docker for Apache Airflow"},"popularity":{"monthly_downloads":2138675,"position":3262,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.5.9"}
