mik-laj commented on issue #14644: URL: https://github.com/apache/airflow/issues/14644#issuecomment-795441852
I would like to add a few comments. I am working on more docker-composer example files so that users can test more easily. See: https://github.com/apache/airflow/issues/8605#issuecomment-759469443 When we create a new package of documentation for all things related to Docker, it will be easier to put it together. Another thing that I am still missing is the description of how to use `DockerOperator` together with Docker-compose. Many users try to use this together but have problems with it because `/var/docker.socks` cannot be read by the `airflow` user. The simplest solution is: to use`tecnativa/docker-socket-proxy:0.1.1`. See: https://github.com/apache/airflow/issues/8605 So this documentation will increasingly describe how to deploy Airflow in a Docker/docker-compose environment much like the documentation for Helm Chart describes how to deploy Airflow in a Kubernetes environment. Also, note that the documentation that describes how to build a Docker image describes building an image for multiple versions of Airflow. You can use the same instruction to build the image for Airflow 1.10 and for Airflow 2.0. The only difference is the additional flag. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
