display container metadata on the client for container list and status
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
This commit is contained in:
parent
87a83e14b0
commit
ca59eaf1a4
2 changed files with 18 additions and 0 deletions
|
@ -379,6 +379,7 @@ func ListPodSandboxes(client pb.RuntimeServiceClient, opts listOptions) error {
|
|||
fmt.Printf("\t%s -> %s\n", k, v)
|
||||
}
|
||||
}
|
||||
fmt.Println()
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue