Justin Cormack
|
c028a88158
|
Merge pull request #26519 from AkihiroSuda/fix-cli-command-formatter-json-support
Fix broken JSON support in cli/command/formatter
|
2016-10-17 22:44:04 +01:00 |
|
Vincent Demeester
|
862db3f191
|
Revert docker volume column name to VOLUME_NAME
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
|
2016-10-17 20:03:31 +02:00 |
|
Akihiro Suda
|
3a32b58792
|
Fix broken JSON support in cli/command/formatter
How to test:
$ docker ps --format '{{json .}}'
$ docker network ls --format '{{json .}}'
$ docker volume ls --format '{{json .}}'
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
|
2016-10-17 08:07:17 +00:00 |
|
Daniel Nephin
|
e16e9775d4
|
Fix testcases that expect trailing whitespace
and broken integration tests based of nil pointers
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-13 17:58:12 -04:00 |
|
Daniel Nephin
|
c8336743a4
|
Refactor formatter.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-13 17:58:12 -04:00 |
|
Daniel Nephin
|
0640a14b4f
|
Move api/client -> cli/command
Using
gomvpkg
-from github.com/docker/docker/api/client
-to github.com/docker/docker/cli/command
-vcs_mv_cmd 'git mv {{.Src}} {{.Dst}}'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-08 15:46:29 -04:00 |
|