Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Adding global alias config in endpointsettings
Browse files Browse the repository at this point in the history
Signed-off-by: Madhu Venugopal <madhu@docker.com>
  • Loading branch information
mavenugo committed Jan 8, 2016
1 parent d2e2de4 commit ec608e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type EndpointIPAMConfig struct {
type EndpointSettings struct {
// Configurations
IPAMConfig *EndpointIPAMConfig
Aliases []string
// Operational data
EndpointID string
Gateway string
Expand Down

0 comments on commit ec608e2

Please sign in to comment.