mirror of https://github.com/docker/docker-py.git
Fix misleading build method docs
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
dc2b24dcdd
commit
9eecfb0d2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue