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
Yong Tang 7ef4feaf38 Fix crash caused by docker service inspect --pretty
This fix tries to fix the crash caused by `docker service inspect --pretty`,
by performing necessary nil pointer check.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
(cherry picked from commit b6857e91c1)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-11-18 13:34:35 -08:00
..
container.go
container_test.go Fix issue with missing fields for ps template 2016-11-14 14:25:27 -08:00
custom.go
custom_test.go
disk_usage.go Generate api/types:Image from the swagger spec 2016-10-20 13:24:23 -07:00
formatter.go
image.go Generate api/types:Image from the swagger spec 2016-10-20 13:24:23 -07:00
image_test.go Generate api/types:Image from the swagger spec 2016-10-20 13:24:23 -07:00
network.go
network_test.go
reflect.go
reflect_test.go
service.go Fix crash caused by docker service inspect --pretty 2016-11-18 13:34:35 -08:00
stats.go Add support for Names and ID in stats format 2016-11-03 07:20:46 +01:00
stats_test.go Add support for Names and ID in stats format 2016-11-03 07:20:46 +01:00
volume.go
volume_test.go