Skip to content

Commit 062c76d

Browse files
committed
Merge pull request docker#970 from marshyski/master
Updated stat networks print output
2 parents 4e67d4d + d7af8d7 commit 062c76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ This will stream statistics for a specific container.
947947
>>> stats_obj = cli.stats('elasticsearch')
948948
>>> for stat in stats_obj:
949949
>>> print(stat)
950-
{"read":"2015-02-11T21:47:30.49388286+02:00","network":{"rx_bytes":666052,"rx_packets":4409 ...
950+
{"read":"2015-02-11T21:47:30.49388286+02:00","networks":{"eth0":{"rx_bytes":648,"rx_packets":8 ...
951951
...
952952
...
953953
...

0 commit comments

Comments
 (0)