Skip to content

Commit 9eecfb0

Browse files
committed
Fix misleading build method docs
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent dc2b24d commit 9eecfb0

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)