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.
2 parents 2086c20 + 9eecfb0 commit 0ac926bCopy full SHA for 0ac926b
docker/models/images.py
@@ -126,9 +126,6 @@ def build(self, **kwargs):
126
rm (bool): Remove intermediate containers. The ``docker build``
127
command now defaults to ``--rm=true``, but we have kept the old
128
default of `False` to preserve backward compatibility
129
- stream (bool): *Deprecated for API version > 1.8 (always True)*.
130
- Return a blocking generator you can iterate over to retrieve
131
- build output as it happens
132
timeout (int): HTTP timeout
133
custom_context (bool): Optional if using ``fileobj``
134
encoding (str): The encoding for a stream. Set to ``gzip`` for
0 commit comments