mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #34611 from estesp/no-hostmode-userns
Host-mode IPC sharing not possible in a userns
This commit is contained in:
commit
ff167a285a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue