mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #17979 from Microsoft/jjh/tidytodowindows
Remove 'TODO Windows' unnecessary comment
This commit is contained in:
commit
58244392e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue