gradle-docker
gradle-docker copied to clipboard
Add option to remove intermediate containers and images
Removing intermediate images should be as easy as adding "--rm=true" to the command line of "docker build".
+1