moby--moby/api/types
Hu Keping d3379946ec Refactor the statistics of network in docker stats
For now docker stats will sum the rxbytes, txbytes, etc. of all
the interfaces.

It is OK for the output of CLI `docker stats` but not good for
the API response, especially when the container is in sereval
subnets.

It's better to leave these origianl data to user.

Signed-off-by: Hu Keping <hukeping@huawei.com>
2015-09-15 15:40:34 +08:00
..
stats.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
types.go Added tags list to /images/:id/json api. 2015-09-10 11:55:01 +03:00