cant run volume on windows

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-10-29 08:55:48 -07:00
parent 965706245b
commit 1a6a860c14
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

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