mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Docker changes for libnetwork Sandbox
- Ground-work for integrating with user namespace support Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
parent
414dfbf681
commit
56fdb05258
5 changed files with 85 additions and 74 deletions
|
|
@ -13,6 +13,7 @@ type Address struct {
|
|||
type Settings struct {
|
||||
Bridge string
|
||||
EndpointID string
|
||||
SandboxID string
|
||||
Gateway string
|
||||
GlobalIPv6Address string
|
||||
GlobalIPv6PrefixLen int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue