From 0c8ae9b87a4b3011e1ad062be1c557d6e1985b7f Mon Sep 17 00:00:00 2001 From: John Howard Date: Fri, 13 Nov 2015 13:07:27 -0800 Subject: [PATCH] Remove TODO Windows Signed-off-by: John Howard Upstream-commit: 208ad80605e5c8c48f77f1b89b25951767135224 Component: engine --- components/engine/daemon/container_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/daemon/container_unix.go b/components/engine/daemon/container_unix.go index 26662c7f85..f4864b027a 100644 --- a/components/engine/daemon/container_unix.go +++ b/components/engine/daemon/container_unix.go @@ -55,8 +55,8 @@ type Container struct { AppArmorProfile string HostnamePath string HostsPath string - ShmPath string // TODO Windows - Factor this out (GH15862) - MqueuePath string // TODO Windows - Factor this out (GH15862) + ShmPath string + MqueuePath string ResolvConfPath string Volumes map[string]string // Deprecated since 1.7, kept for backwards compatibility