summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2017-06-16 12:05:50 -0700
committerGitHub <noreply@github.com>2017-06-16 12:05:50 -0700
commit0ac926b1128ccb8d9088a50243c66221a1351d13 (patch)
tree4d8458ace892668ac10c913e899d1bb4339172b1
parent2086c20ce16b71b4278bc2c7533a955d9a9545d3 (diff)
parent9eecfb0d2fa6973c08dd78e1cc81cbd2098ec3b8 (diff)
downloaddocker-py-0ac926b1128ccb8d9088a50243c66221a1351d13.tar.gz
Merge pull request #1629 from shin-/1610-docfix
Fix misleading build method docs
-rw-r--r--docker/models/images.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/docker/models/images.py b/docker/models/images.py
index e8af101..e3082ac 100644
--- a/docker/models/images.py
+++ b/docker/models/images.py
@@ -126,9 +126,6 @@ class ImageCollection(Collection):
rm (bool): Remove intermediate containers. The ``docker build``
command now defaults to ``--rm=true``, but we have kept the old
default of `False` to preserve backward compatibility
- stream (bool): *Deprecated for API version > 1.8 (always True)*.
- Return a blocking generator you can iterate over to retrieve
- build output as it happens
timeout (int): HTTP timeout
custom_context (bool): Optional if using ``fileobj``
encoding (str): The encoding for a stream. Set to ``gzip`` for