1
0
Fork 0
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:
John Howard 2015-08-06 19:21:00 -07:00
parent b9094633f3
commit 4393be7100
8 changed files with 126 additions and 53 deletions

View file

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