Skip to content

Commit

Permalink
Merge pull request #476 from gtaylor/build_rm_defaults_doc
Browse files Browse the repository at this point in the history
Update Client.build() docs to note rm default mis-match
  • Loading branch information
shin- committed Feb 5, 2015
2 parents 39ee2d5 + 1379f43 commit 19fe1b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ correct value (e.g `gzip`).
* quiet (bool): Whether to return the status
* fileobj: A file object to use as the Dockerfile. (Or a file-like object)
* nocache (bool): Don't use the cache when set to `True`
* rm (bool): Remove intermediate containers
* 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
Expand Down

0 comments on commit 19fe1b5

Please sign in to comment.