Merge pull request #1090 from kunalkushwaha/runtime-name-fix
Runtime name printed correctly for containers listing.
This commit is contained in:
commit
a962ac9909
@ -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