display container metadata on the client for container list and status

Signed-off-by: Crazykev <crazykev@zju.edu.cn>
This commit is contained in:
Crazykev 2016-10-26 19:32:59 +08:00 committed by HaoZhang
parent 87a83e14b0
commit ca59eaf1a4
2 changed files with 18 additions and 0 deletions

View file

@ -379,6 +379,7 @@ func ListPodSandboxes(client pb.RuntimeServiceClient, opts listOptions) error {
fmt.Printf("\t%s -> %s\n", k, v)
}
}
fmt.Println()
}
return nil
}