Runtime name printed correctly.
Runtime is not printed while container listing due to typo introduced in #935. This fixes the Typo. Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
This commit is contained in:
parent
65f171a39f
commit
16b10bb55d
@ -167,7 +167,7 @@ func containerListFn(context *cli.Context) error {
|
||||
if _, err := fmt.Fprintf(cl, "%s\t%s\t%s\t%d\n",
|
||||
c.ID(),
|
||||
imageName,
|
||||
proto.Runtime,
|
||||
proto.Runtime.Name,
|
||||
proto.Size(),
|
||||
); err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user