mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
libpod: pass down network options
do not pass network specific options through the network namespace. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -378,6 +378,9 @@ type ContainerNetworkConfig struct {
|
||||
// Conflicts with UseImageHosts.
|
||||
// Optional.
|
||||
HostAdd []string `json:"hostadd,omitempty"`
|
||||
// NetworkOptions are additional options for each network
|
||||
// Optional.
|
||||
NetworkOptions map[string][]string `json:"network_options,omitempty"`
|
||||
}
|
||||
|
||||
// ContainerResourceConfig contains information on container resource limits.
|
||||
|
Reference in New Issue
Block a user