Show current version of the container runtime
parent
0c67b60604
commit
9b2fad5710
|
@ -479,6 +479,10 @@ func configureRuntimes(h *host.Host, runner bootstrapper.CommandRunner) cruntime
|
||||||
if err != nil {
|
if err != nil {
|
||||||
exit.WithError("Failed to enable container runtime", err)
|
exit.WithError("Failed to enable container runtime", err)
|
||||||
}
|
}
|
||||||
|
version := cr.Version()
|
||||||
|
if version != "" {
|
||||||
|
console.OutStyle(cr.Name(), "Version of container runtime is %s", version)
|
||||||
|
}
|
||||||
return cr
|
return cr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue