From 208ad80605e5c8c48f77f1b89b25951767135224 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 --- daemon/container_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/container_unix.go b/daemon/container_unix.go index 26662c7f85..f4864b027a 100644 --- a/daemon/container_unix.go +++ b/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