File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -250,10 +250,10 @@ function return a blocking generator you can iterate over to retrieve events as
250
250
** Params** :
251
251
252
252
* since (datetime or int): get events from this point
253
-
254
253
* until (datetime or int): get events until this point
255
-
256
254
* filters (dict): filter the events by event time, container or image
255
+ * decode (bool): If set to true, stream will be decoded into dicts on the
256
+ fly. False by default.
257
257
258
258
** Returns** (generator):
259
259
@@ -812,6 +812,8 @@ This will stream statistics for a specific container.
812
812
** Params** :
813
813
814
814
* container (str ): The container to start
815
+ * decode (bool ): If set to true, stream will be decoded into dicts on the
816
+ fly. False by default.
815
817
816
818
```python
817
819
>> > from docker import Client
@@ -914,7 +916,6 @@ If `container` a dict, the `Id` key is used.
914
916
< !-- -
915
917
TODO :
916
918
917
- * events
918
919
* load_image
919
920
* resize
920
921
You can’t perform that action at this time.
0 commit comments