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 fields in endpointsettings and hostConfig
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 f64ea87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/container/host_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ type HostConfig struct {
GroupAdd []string // List of additional groups that the container process will run as
IpcMode IpcMode // IPC namespace to use for the container
Links []string // List of links (in the name:alias form)
Aliases []string // List of aliases
OomScoreAdj int // Container preference for OOM-killing
PidMode PidMode // PID namespace to use for the container
Privileged bool // Is the container in privileged mode
Expand Down
1 change: 1 addition & 0 deletions types/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type EndpointSettings struct {
GlobalIPv6Address string
GlobalIPv6PrefixLen int
MacAddress string
Aliases []string
}

// NetworkingConfig represents the container's networking configuration for each of its interfaces
Expand Down

0 comments on commit f64ea87

Please sign in to comment.