mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add comment about inspect output
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
63823cd6c1
commit
01a9a9284f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue