You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/07/11 18:58:00 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16082765#comment-16082765 ] 

ASF subversion and git services commented on AIRFLOW-1382:
----------------------------------------------------------

Commit f6f73b565175118c15a6248408566fbb28a5736e in incubator-airflow's branch refs/heads/master from [~benjaminsims]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=f6f73b5 ]

[AIRFLOW-1382] Add working dir option to DockerOperator

Allow the user to specify the working directory to
be used in the
created container. Equivalent to docker run/create
-w.

Closes #2419 from
benjaminsims/specify_working_directory


> 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
>             Fix For: 1.8.3
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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)