mirror of
https://github.com/containers/podman.git
synced 2025-11-02 23:39:52 +08:00
Vendor in containers/common v0.30.0
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
4
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
@ -268,6 +268,10 @@ type EngineConfig struct {
|
||||
// NetworkCmdPath is the path to the slirp4netns binary.
|
||||
NetworkCmdPath string `toml:"network_cmd_path,omitempty"`
|
||||
|
||||
// NetworkCmdOptions is the default options to pass to the slirp4netns binary.
|
||||
// For example "allow_host_loopback=true"
|
||||
NetworkCmdOptions []string `toml:"network_cmd_options,omitempty"`
|
||||
|
||||
// NoPivotRoot sets whether to set no-pivot-root in the OCI runtime.
|
||||
NoPivotRoot bool `toml:"no_pivot_root,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user