1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
Otto Kekäläinen b619220ce1 Multiple fixes to 'docker stats' output:
* Add space between values in docker stats output for easier parsing

  Old output could not be parsed easily because there were columns
  that did not have any separator. Also values that are together
  without any space is difficult to read even for humans.

* Update unit.HumanSize comment to match what the does actually does

Signed-off-by: Otto Kekäläinen <otto@seravo.fi>
2015-07-30 10:14:57 +03:00
..
ps Fix "docker ps" with no containers regression 2015-07-23 13:23:24 -07:00
attach.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
build.go [api/client] update check Dockerfile in Context 2015-07-27 16:11:36 -07:00
cli.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
client.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
commit.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
cp.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
create.go Use notary library for trusted image fetch and signing 2015-07-24 14:08:20 -07:00
diff.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
events.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
exec.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
export.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
hijack.go golint for cliconfig 2015-07-20 16:48:58 -07:00
history.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
images.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
import.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
info.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
inspect.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
kill.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
load.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
login.go Improve documentation and golint compliance of registry package 2015-07-24 11:55:07 -07:00
logout.go Improve documentation and golint compliance of registry package 2015-07-24 11:55:07 -07:00
logs.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
network.go Windows: Remove meaningless warnings on docker info 2015-07-10 10:06:20 -07:00
pause.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
port.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
ps.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
pull.go Use notary library for trusted image fetch and signing 2015-07-24 14:08:20 -07:00
push.go Use notary library for trusted image fetch and signing 2015-07-24 14:08:20 -07:00
rename.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
restart.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
rm.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
rmi.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
run.go Lint fixes on runconfig 2015-07-27 21:23:15 +02:00
save.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
search.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
service.go Windows: Remove meaningless warnings on docker info 2015-07-10 10:06:20 -07:00
start.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
stats.go Multiple fixes to 'docker stats' output: 2015-07-30 10:14:57 +03:00
stats_unit_test.go Multiple fixes to 'docker stats' output: 2015-07-30 10:14:57 +03:00
stop.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
tag.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
top.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
trust.go Rename to flags and environment variables to content trust 2015-07-24 16:31:18 -07:00
unpause.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
utils.go golint for cliconfig 2015-07-20 16:48:58 -07:00
version.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
wait.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00