Skip to content

Commit 0ac926b

Browse files
authored
Merge pull request #1629 from shin-/1610-docfix
Fix misleading build method docs
2 parents 2086c20 + 9eecfb0 commit 0ac926b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/models/images.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ def build(self, **kwargs):
126126
rm (bool): Remove intermediate containers. The ``docker build``
127127
command now defaults to ``--rm=true``, but we have kept the old
128128
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
132129
timeout (int): HTTP timeout
133130
custom_context (bool): Optional if using ``fileobj``
134131
encoding (str): The encoding for a stream. Set to ``gzip`` for

0 commit comments

Comments
 (0)