mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
06b74875b6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ func (daemon *Daemon) ContainerRm(job *engine.Job) engine.Status {
|
|||
container := daemon.Get(name)
|
||||
|
||||
if container == nil {
|
||||
job.Errorf("No such container: %s", name)
|
||||
return job.Errorf("No such container: %s", name)
|
||||
}
|
||||
|
||||
if removeLink {
|
||||
|
|
Loading…
Reference in a new issue