mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +08:00
Merge pull request #6965 from giuseppe/followup-pr6324
allow switching of port-forward approaches in rootless/using slirp4netns
This commit is contained in:
@ -379,6 +379,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