mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove exec-driver global daemon option.
Each platform has only a driver now. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
3b5fac462d
commit
157b66ad39
29 changed files with 51 additions and 131 deletions
|
@ -32,8 +32,7 @@ func (s *DockerSuite) TestExperimentalVersion(c *check.C) {
|
|||
// 1. validate uid/gid maps are set properly
|
||||
// 2. verify that files created are owned by remapped root
|
||||
func (s *DockerDaemonSuite) TestDaemonUserNamespaceRootSetting(c *check.C) {
|
||||
testRequires(c, NativeExecDriver)
|
||||
testRequires(c, SameHostDaemon)
|
||||
testRequires(c, DaemonIsLinux, SameHostDaemon)
|
||||
|
||||
c.Assert(s.d.StartWithBusybox("--userns-remap", "default"), checker.IsNil)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue