1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #17979 from Microsoft/jjh/tidytodowindows

Remove 'TODO Windows' unnecessary comment
Upstream-commit: 58244392e5e42bfa13114ff2cec60ef176ec173f
Component: engine
This commit is contained in:
Michael Crosby
2015-11-13 15:59:06 -08:00

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