Merge pull request #772 from 14rcole/kpod-rename

implement kpod rename
This commit is contained in:
Mrunal Patel 2017-08-17 10:04:16 -07:00 committed by GitHub
commit a5591d34b7
9 changed files with 257 additions and 1 deletions

View file

@ -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
}