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 349c6c5 commit 5794b98Copy full SHA for 5794b98
docs/api.md
@@ -53,8 +53,9 @@ correct value (e.g `gzip`).
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
56
-* stream (bool): Return a blocking generator you can iterate over to retrieve
57
- build output as it happens
+* stream (bool): *Deprecated for API version > 1.8 (always True)*.
+ Return a blocking generator you can iterate over to retrieve build output as
58
+ it happens
59
* timeout (int): HTTP timeout
60
* custom_context (bool): Optional if using `fileobj`
61
* encoding (str): The encoding for a stream. Set to `gzip` for compressing
0 commit comments