Skip to content

Commit

Permalink
Merge pull request containers#7653 from AkihiroSuda/fix-7652
Browse files Browse the repository at this point in the history
Fix "rootless-cni-infra + runc fails with ENODEV"
  • Loading branch information
openshift-merge-robot authored Sep 16, 2020
2 parents 0d14d7b + e46a06e commit acf86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/rootless_cni_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit acf86ef

Please sign in to comment.