Merge pull request #34611 from estesp/no-hostmode-userns
Host-mode IPC sharing not possible in a userns Upstream-commit: ff167a285a79339eaeb1772c9ce7a22d33ad0136 Component: engine
This commit is contained in:
@@ -188,7 +188,7 @@ func (s *DockerSuite) TestAPIIpcModePrivateAndContainer(c *check.C) {
|
||||
* can use IPC of the host system.
|
||||
*/
|
||||
func (s *DockerSuite) TestAPIIpcModeHost(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
testRequires(c, DaemonIsLinux, NotUserNamespace)
|
||||
|
||||
cfg := container.Config{
|
||||
Image: "busybox",
|
||||
|
||||
Reference in New Issue
Block a user