We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ee2d5 commit 1379f43Copy full SHA for 1379f43
docs/api.md
@@ -52,7 +52,9 @@ correct value (e.g `gzip`).
52
* quiet (bool): Whether to return the status
53
* fileobj: A file object to use as the Dockerfile. (Or a file-like object)
54
* nocache (bool): Don't use the cache when set to `True`
55
-* rm (bool): Remove intermediate containers
+* rm (bool): Remove intermediate containers. The `docker build` command now
56
+ defaults to ``--rm=true``, but we have kept the old default of `False`
57
+ to preserve backward compatibility
58
* stream (bool): *Deprecated for API version > 1.8 (always True)*.
59
Return a blocking generator you can iterate over to retrieve build output as
60
it happens
0 commit comments