ashb commented on a change in pull request #2418: [AIRFLOW-1381] Specify host
temporary directory
URL: https://github.com/apache/incubator-airflow/pull/2418#discussion_r236671899
##########
File path: airflow/operators/docker_operator.py
##########
@@ -46,6 +46,9 @@ class DockerOperator(BaseOperator):
:type environment: dict
:param force_pull: Pull the docker image on every run.
:type force_pull: bool
+ :param host_tmp_dir: Specify the location of the temporary directory on
the host which will
+ be mapped to tmp_dir
Review comment:
```suggestion
be mapped to tmp_dir. If not provided defaults to using the standard
system temp directory
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services