mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
rename --cni-config-dir to --network-config-dir
Since this option will also be used for netavark we should rename it to something more generic. It is important that --cni-config-dir still works otherwise we could break existing container cleanup commands. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -279,7 +279,7 @@ func CreateExitCommandArgs(storageConfig storageTypes.StoreOptions, config *conf
|
||||
"--log-level", logrus.GetLevel().String(),
|
||||
"--cgroup-manager", config.Engine.CgroupManager,
|
||||
"--tmpdir", config.Engine.TmpDir,
|
||||
"--cni-config-dir", config.Network.NetworkConfigDir,
|
||||
"--network-config-dir", config.Network.NetworkConfigDir,
|
||||
"--network-backend", config.Network.NetworkBackend,
|
||||
}
|
||||
if config.Engine.OCIRuntime != "" {
|
||||
|
Reference in New Issue
Block a user