mserranom / bbrun

Run Bitbucket Pipelines locally
MIT License
203 stars 32 forks source link

Docker containers aren't removed after run #29

Closed vijayakumark closed 5 years ago

vijayakumark commented 5 years ago

Current Behavior: Currently each time a pipeline is run, one docker container per step is created. The steps may install packages that utilize disk space. At the end of pipeline completion the containers aren't removed.

Expected Behavior: After completion of pipeline run, the containers should be removed from docker, cleaning up any space utilized.