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