mirror of
https://github.com/containers/podman.git
synced 2025-07-24 16:04:50 +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",
|
Destination: "/etc/cni/net.d",
|
||||||
Type: "bind",
|
Type: "bind",
|
||||||
Source: r.config.Network.NetworkConfigDir,
|
Source: r.config.Network.NetworkConfigDir,
|
||||||
Options: []string{"ro"},
|
Options: []string{"ro", "bind"},
|
||||||
}
|
}
|
||||||
g.AddMount(etcCNINetD)
|
g.AddMount(etcCNINetD)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user