Fix TestExecApiStartWithDetach on WindowsTP4
Signed-off-by: Vincent Demeester <vincent@sbr.pm> Upstream-commit: 21c85111231caeb6d2d342f13999d706cc33ff6a Component: engine
This commit is contained in:
@ -125,7 +125,7 @@ func (s *DockerSuite) TestExecApiStartMultipleTimesError(c *check.C) {
|
||||
// #20638
|
||||
func (s *DockerSuite) TestExecApiStartWithDetach(c *check.C) {
|
||||
name := "foo"
|
||||
dockerCmd(c, "run", "-d", "-t", "--name", name, "busybox", "top")
|
||||
runSleepingContainer(c, "-d", "-t", "--name", name)
|
||||
data := map[string]interface{}{
|
||||
"cmd": []string{"true"},
|
||||
"AttachStdin": true,
|
||||
|
||||
Reference in New Issue
Block a user