Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Add option to remove intermediate containers and images #43

Open dtanzer opened 9 years ago

dtanzer commented 9 years ago

Removing intermediate images should be as easy as adding "--rm=true" to the command line of "docker build".

jochenchrist commented 9 years ago

+1