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

[jira] [Work started] (AIRFLOW-1368) Automatically remove the container when it exits

     [ https://issues.apache.org/jira/browse/AIRFLOW-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AIRFLOW-1368 started by Nathaniel Varona.
-------------------------------------------------
> Automatically remove the container when it exits
> ------------------------------------------------
>
>                 Key: AIRFLOW-1368
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1368
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: docker, operators
>         Environment: MacOS Sierra Version 10.12.5
> Docker Community Edition Version 17.06.0-ce-mac18 Stable Channel
> Docker Base Image: puckel/docker-airflow
>            Reporter: Nathaniel Varona
>            Assignee: Nathaniel Varona
>              Labels: docker
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> A container should automatically remove when it exits for short-term foreground processes.
> Manual Example:
> {{$ docker run -i --rm busybox echo 'Hello World!'}}
> {{> Hello World!}}
> {{$ docker ps -a}}
> Command output should have a list of clean running processes without having an {{Exited (0)}} status.



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