Add comment about inspect output

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Upstream-commit: 01a9a9284fd0082edead2ea6eaa01d152f7f4157
Component: engine
This commit is contained in:
Qiang Huang
2015-06-03 17:35:57 +08:00
parent 4248457bc0
commit 63f811604a
+3
View File
@@ -109,6 +109,9 @@ func (cli *DockerCli) CmdInspect(args ...string) error {
indented.WriteString("]\n")
if tmpl == nil {
// Note that we will always write "[]" when "-f" isn't specified,
// to make sure the output would always be array, see
// https://github.com/docker/docker/pull/9500#issuecomment-65846734
if _, err := io.Copy(cli.out, indented); err != nil {
return err
}