docs/api/server
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
..
auth.go Move context stuff to its own package 2015-09-09 14:23:25 -07:00
container.go Refactor the statistics of network in docker stats 2015-09-15 15:40:34 +08:00
copy.go Move context stuff to its own package 2015-09-09 14:23:25 -07:00
daemon.go Move context stuff to its own package 2015-09-09 14:23:25 -07:00
exec.go Move context stuff to its own package 2015-09-09 14:23:25 -07:00
form.go Windows - make docker cp functional 2015-08-06 11:22:38 -07:00
form_test.go Fix regression in stats API endpoint where stream query param default is true 2015-05-29 22:38:36 +02:00
image.go Move context stuff to its own package 2015-09-09 14:23:25 -07:00
inspect.go Move context stuff to its own package 2015-09-09 14:23:25 -07:00
profiler.go api/server fix golint errors/warnings. 2015-07-28 22:44:39 +00:00
server.go Move context stuff to its own package 2015-09-09 14:23:25 -07:00
server_experimental_unix.go Vendoring libnetwork 3e31cead05cba8ec20241630d051e6d73765b3a2 2015-09-08 07:36:35 -07:00
server_stub.go Mark network ui endpoints unix-only 2015-08-10 21:49:27 -07:00
server_unix.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
server_windows.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
volume.go Move context stuff to its own package 2015-09-09 14:23:25 -07:00