mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix warning can't docker run
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
parent
e070db75fe
commit
e23b4e5d15
1 changed files with 1 additions and 1 deletions
|
@ -1669,7 +1669,7 @@ func (srv *Server) ContainerCreate(job *engine.Job) engine.Status {
|
|||
job.Printf("%s\n", container.ID)
|
||||
}
|
||||
for _, warning := range buildWarnings {
|
||||
return job.Errorf("%s\n", warning)
|
||||
job.Errorf("%s\n", warning)
|
||||
}
|
||||
return engine.StatusOK
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue