mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Enable NAT port mapping
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
b9094633f3
commit
4393be7100
8 changed files with 126 additions and 53 deletions
|
|
@ -9,6 +9,7 @@ type Address struct {
|
|||
}
|
||||
|
||||
// Settings stores configuration details about the daemon network config
|
||||
// TODO Windows. Many of these fields can be factored out.,
|
||||
type Settings struct {
|
||||
Bridge string
|
||||
EndpointID string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue