How to guide for @task.docker decorator
Body
Hi.
The documentation for apache-airflow-providers-docker does not provide information on how to use the @task.dockker decorator. We have this decorator described only in the API reference for this provider and documentation for the apache airflow package.
Best regards, Kamil
Committer
- [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Actually it is descrbed a little in https://airflow.apache.org/docs/apache-airflow/stable/tutorial_taskflow_api.html#using-the-taskflow-api-with-docker-or-virtual-environments - I think we need to move it to docker provider and add decorators to https://airflow.apache.org/docs/apache-airflow-providers/core-extensions/index.html (and make this page - and related more compact).
But I am happy to take a stab on it.
I would like to check this as I have been working on a similar issue #25711 @potiuk Can I pick it up in case you are not working on it?
Feel free.
I am currently working on this issue (and another one too) and hope to make some progress by this weekend.
Edit Nov 10: I know I have taken a long time than I expected due to my office work, but I hope to make progress.