Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ function return a blocking generator you can iterate over to retrieve events as
**Params**:

* since (datetime or int): get events from this point

* until (datetime or int): get events until this point

* filters (dict): filter the events by event time, container or image
* decode (bool): If set to true, stream will be decoded into dicts on the
fly. False by default.

**Returns** (generator):

Expand Down Expand Up @@ -812,6 +812,8 @@ This will stream statistics for a specific container.
**Params**:

* container (str): The container to start
* decode (bool): If set to true, stream will be decoded into dicts on the
fly. False by default.

```python
>>> from docker import Client
Expand Down Expand Up @@ -914,7 +916,6 @@ If `container` a dict, the `Id` key is used.
<!---
TODO:

* events
* load_image
* resize

Expand Down