1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

Implement teardown removeAllImages

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov
2015-04-23 14:39:31 -07:00
parent 310fc37fe7
commit a9688cdca5
20 changed files with 50 additions and 269 deletions

View File

@ -632,7 +632,6 @@ func (s *DockerSuite) TestContainerApiCommit(c *check.C) {
if err := json.Unmarshal(b, &img); err != nil {
c.Fatal(err)
}
defer deleteImages(img.Id)
cmd, err := inspectField(img.Id, "Config.Cmd")
if err != nil {