Merge pull request #801 from runcom/not-exist-exit

server: container_remove: ignore not existent exit file
This commit is contained in:
Mrunal Patel 2017-08-29 07:58:33 -07:00 committed by GitHub
commit 662e80492c
5 changed files with 20 additions and 5 deletions

View file

@ -153,7 +153,7 @@ func main() {
app := cli.NewApp()
app.Name = "crio"
app.Usage = "crio server"
app.Version = "1.0.0-alpha.0"
app.Version = "1.0.0-beta.0"
app.Metadata = map[string]interface{}{
"config": server.DefaultConfig(),
}

View file

@ -67,7 +67,7 @@ func main() {
app := cli.NewApp()
app.Name = "crioctl"
app.Usage = "client for crio"
app.Version = "1.0.0-alpha.0"
app.Version = "1.0.0-beta.0"
app.Commands = []cli.Command{
podSandboxCommand,