summaryrefslogtreecommitdiff
path: root/daemon/container_windows.go
diff options
context:
space:
mode:
authorDarren Stahl <darst@microsoft.com>2015-11-09 11:49:16 -0800
committerDarren Stahl <darst@microsoft.com>2015-11-13 10:43:06 -0800
commit9db5db1b94bc1000d151315851096dcc6cd3512d (patch)
tree83b81496699bfe42b28ca05f8ca0fdbecdc1c209 /daemon/container_windows.go
parent6c31b17dfdd08b437ebff0deb696f50c90dc4416 (diff)
downloaddocker-9db5db1b94bc1000d151315851096dcc6cd3512d.tar.gz
This fixes the case where arguments are escaped twice from Dockerfiles on
Windows Signed-off-by: Darren Stahl <darst@microsoft.com>
Diffstat (limited to 'daemon/container_windows.go')
-rw-r--r--daemon/container_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/container_windows.go b/daemon/container_windows.go
index 5a73d2f6b4..ac043df991 100644
--- a/daemon/container_windows.go
+++ b/daemon/container_windows.go
@@ -137,6 +137,7 @@ func (daemon *Daemon) populateCommand(c *Container, env []string) error {
LayerPaths: layerPaths,
Hostname: c.Config.Hostname,
Isolation: c.hostConfig.Isolation,
+ ArgsEscaped: c.Config.ArgsEscaped,
}
return nil