mirror of
https://github.com/containers/podman.git
synced 2025-08-02 09:12:36 +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:
@ -341,6 +341,8 @@ type ContainerConfig struct {
|
||||
Networks []string `json:"networks,omitempty"`
|
||||
// Network mode specified for the default network.
|
||||
NetMode namespaces.NetworkMode `json:"networkMode,omitempty"`
|
||||
// NetworkOptions are additional options for each network
|
||||
NetworkOptions map[string][]string `json:"network_options,omitempty"`
|
||||
|
||||
// Image Config
|
||||
|
||||
|
Reference in New Issue
Block a user