Merge pull request #801 from runcom/not-exist-exit
server: container_remove: ignore not existent exit file
This commit is contained in:
commit
662e80492c
5 changed files with 20 additions and 5 deletions
|
@ -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(),
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue