mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user