commit
c3fdb70128
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ func (s *DockerSuite) TestRestartContainerwithRestartPolicy(c *check.C) {
|
|||
dockerCmd(c, "start", id2)
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRestartAutoRmoveContainer(c *check.C) {
|
||||
func (s *DockerSuite) TestRestartAutoRemoveContainer(c *check.C) {
|
||||
out, _ := runSleepingContainer(c, "--rm")
|
||||
|
||||
id := strings.TrimSpace(string(out))
|
||||
|
|
Loading…
Reference in a new issue