[
https://issues.apache.org/jira/browse/AIRFLOW-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16195510#comment-16195510
]
Arthur Vigil commented on AIRFLOW-1669:
---------------------------------------
master is building but the docker import is still wrong which means
DockerOperator is broken.
The correct import if using the older docker-py library is
{noformat}
from docker import Client, tls
{noformat}
> Fix Docker import in Master
> ---------------------------
>
> Key: AIRFLOW-1669
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1669
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Fokko Driesprong
> Fix For: 1.9.0, 1.8.3
>
>
> Hi all,
> Currently master is failing due a wrong dependency. I would like to revert
> this and move back to the docker dependency.
> Cheers, Fokko
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)