1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/formatter
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
..
container.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
container_test.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
custom.go Refactor formatter. 2016-09-13 17:58:12 -04:00
custom_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
disk_usage.go Move types.Volumes optional fields under a new type 2016-10-11 11:49:26 -07:00
formatter.go Add formatter for service inspect 2016-09-19 16:28:19 -04:00
image.go Add new df subcomand to the system command 2016-09-30 14:35:23 -07:00
image_test.go Add new df subcomand to the system command 2016-09-30 14:35:23 -07:00
network.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
network_test.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
reflect.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
reflect_test.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
service.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
stats.go Hide the mutex in formatter.ContainerStats 2016-10-10 21:52:53 +03:00
volume.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
volume_test.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00