mirror of https://github.com/docker/docs.git
Merge pull request #17979 from Microsoft/jjh/tidytodowindows
Remove 'TODO Windows' unnecessary comment
This commit is contained in:
commit
58244392e5
|
@ -55,8 +55,8 @@ type Container struct {
|
||||||
AppArmorProfile string
|
AppArmorProfile string
|
||||||
HostnamePath string
|
HostnamePath string
|
||||||
HostsPath string
|
HostsPath string
|
||||||
ShmPath string // TODO Windows - Factor this out (GH15862)
|
ShmPath string
|
||||||
MqueuePath string // TODO Windows - Factor this out (GH15862)
|
MqueuePath string
|
||||||
ResolvConfPath string
|
ResolvConfPath string
|
||||||
|
|
||||||
Volumes map[string]string // Deprecated since 1.7, kept for backwards compatibility
|
Volumes map[string]string // Deprecated since 1.7, kept for backwards compatibility
|
||||||
|
|
Loading…
Reference in New Issue