1
0
mirror of https://github.com/moby/moby.git synced 2025-12-04 19:23:06 +03:00

Merge pull request #34550 from kolyshkin/libeudev

Update Dockerfiles to use Debian Stretch
This commit is contained in:
Yong Tang
2017-09-18 21:03:31 -07:00
committed by GitHub
14 changed files with 140 additions and 132 deletions

View File

@@ -1060,7 +1060,7 @@ func (s *DockerSuite) TestRunSeccompProfileAllow32Bit(c *check.C) {
testRequires(c, SameHostDaemon, seccompEnabled, IsAmd64)
ensureSyscallTest(c)
icmd.RunCommand(dockerBinary, "run", "syscall-test", "exit32-test", "id").Assert(c, icmd.Success)
icmd.RunCommand(dockerBinary, "run", "syscall-test", "exit32-test").Assert(c, icmd.Success)
}
// TestRunSeccompAllowSetrlimit checks that 'docker run debian:jessie ulimit -v 1048510' succeeds.