1
0
Fork 0
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:
Yong Tang 2017-08-23 19:52:03 -07:00 committed by GitHub
commit ff167a285a

View file

@ -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",