diff --git a/cmd/ctr/list.go b/cmd/ctr/list.go index 34c138f29..845b7ea7c 100644 --- a/cmd/ctr/list.go +++ b/cmd/ctr/list.go @@ -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