mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
Merge pull request #7653 from AkihiroSuda/fix-7652
Fix "rootless-cni-infra + runc fails with ENODEV"
This commit is contained in:
@ -255,7 +255,7 @@ func startRootlessCNIInfraContainer(ctx context.Context, r *Runtime) (*Container
|
||||
Destination: "/etc/cni/net.d",
|
||||
Type: "bind",
|
||||
Source: r.config.Network.NetworkConfigDir,
|
||||
Options: []string{"ro"},
|
||||
Options: []string{"ro", "bind"},
|
||||
}
|
||||
g.AddMount(etcCNINetD)
|
||||
|
||||
|
Reference in New Issue
Block a user