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",
|
if _, err := fmt.Fprintf(cl, "%s\t%s\t%s\t%d\n",
|
||||||
c.ID(),
|
c.ID(),
|
||||||
imageName,
|
imageName,
|
||||||
proto.Runtime,
|
proto.Runtime.Name,
|
||||||
proto.Size(),
|
proto.Size(),
|
||||||
); err != nil {
|
); err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user