You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/05 13:14:34 UTC

[GitHub] [airflow] mik-laj commented on issue #16803: DockerOperator not working from containerized Airflow not recognizing `/var/run/docker.sock`

mik-laj commented on issue #16803:
URL: https://github.com/apache/airflow/issues/16803#issuecomment-874104406


   `/var/run/docker.sock'` is owned by the user that doesn't exist in the container, so we don't have access to it.
   
   As a workaround, you can use a sidecar container with `tecnativa/docker-socket-proxy:0.1.1`. For details, see: https://github.com/apache/airflow/issues/8605#issuecomment-784273838


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org