mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
Windows: Volume integration tests
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@ -425,7 +425,7 @@ func (s *DockerSuite) TestLinksPingLinkedContainersOnRename(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRunExecDir(c *check.C) {
|
||||
testRequires(c, SameHostDaemon)
|
||||
testRequires(c, SameHostDaemon, DaemonIsLinux)
|
||||
|
||||
out, _ := dockerCmd(c, "run", "-d", "busybox", "top")
|
||||
id := strings.TrimSpace(out)
|
||||
@ -489,8 +489,7 @@ func (s *DockerSuite) TestRunExecDir(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRunMutableNetworkFiles(c *check.C) {
|
||||
testRequires(c, SameHostDaemon)
|
||||
|
||||
testRequires(c, SameHostDaemon, DaemonIsLinux)
|
||||
for _, fn := range []string{"resolv.conf", "hosts"} {
|
||||
deleteAllContainers()
|
||||
|
||||
|
Reference in New Issue
Block a user