1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove TODO Windows

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-11-13 13:07:27 -08:00
parent f49fb07086
commit 208ad80605

View file

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