You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Benjamin Sims (JIRA)" <ji...@apache.org> on 2017/07/06 14:10:00 UTC

[jira] [Created] (AIRFLOW-1382) DockerOperator should allow working directory to be specified

Benjamin Sims created AIRFLOW-1382:
--------------------------------------

             Summary: DockerOperator should allow working directory to be specified
                 Key: AIRFLOW-1382
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1382
             Project: Apache Airflow
          Issue Type: Improvement
          Components: docker, operators
    Affects Versions: 1.9.0
            Reporter: Benjamin Sims
            Priority: Minor


Docker allows the user to specify a working directory within a container, using the -w option (see: https://docs.docker.com/engine/reference/commandline/create/).

The DockerOperator does the currently support this; it would be helpful if it were a parameter. Will submit a PR shortly.





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)