commit
a5591d34b7
9 changed files with 257 additions and 1 deletions
|
@ -53,7 +53,9 @@ func getConfig(c *cli.Context) (*libkpod.Config, error) {
|
|||
if c.Bool("debug") {
|
||||
logrus.SetLevel(logrus.DebugLevel)
|
||||
}
|
||||
|
||||
if c.GlobalIsSet("runtime") {
|
||||
config.Runtime = c.GlobalString("runtime")
|
||||
}
|
||||
return config, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue