Merge pull request #17488 from jfrazelle/skip-windows-test
cant run volume on windows w remote daemon host
This commit is contained in:
commit
8d62f243c7
1 changed files with 2 additions and 1 deletions
|
@ -508,7 +508,7 @@ func (s *DockerSuite) TestRunVolumesFromSymlinkPath(c *check.C) {
|
|||
prefix = `c:`
|
||||
dfContents = `FROM ` + WindowsBaseImage + `
|
||||
RUN mkdir c:\home
|
||||
RUN mklink /D c:\foo c:\home
|
||||
RUN mklink /D c:\foo c:\home
|
||||
VOLUME ["c:/foo/bar"]
|
||||
ENTRYPOINT c:\windows\system32\cmd.exe`
|
||||
}
|
||||
|
@ -2161,6 +2161,7 @@ func (s *DockerSuite) TestRunNoOutputFromPullInStdout(c *check.C) {
|
|||
}
|
||||
|
||||
func (s *DockerSuite) TestRunVolumesCleanPaths(c *check.C) {
|
||||
testRequires(c, SameHostDaemon)
|
||||
prefix := ""
|
||||
slash := `/`
|
||||
if daemonPlatform == "windows" {
|
||||
|
|
Loading…
Add table
Reference in a new issue