mirror of
https://github.com/moby/moby.git
synced 2025-08-01 05:47:11 +03:00
Bump runc
Fixes a race when starting a container when there is an error, the stdio streams are not always written. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
@ -613,9 +613,8 @@ func (s *DockerSuite) TestExecOnReadonlyContainer(c *check.C) {
|
||||
}
|
||||
|
||||
// #15750
|
||||
// TODO Fix this test on windows #16738
|
||||
func (s *DockerSuite) TestExecStartFails(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux, SameHostDaemon)
|
||||
testRequires(c, DaemonIsLinux)
|
||||
name := "exec-15750"
|
||||
dockerCmd(c, "run", "-d", "--name", name, "busybox", "top")
|
||||
c.Assert(waitRun(name), check.IsNil)
|
||||
|
Reference in New Issue
Block a user