containerd / containerd/nerdctl
`DefaultPropagationMode = "rprivate"` is probably wrong for bind-mounts
Open
bug
- Dominant language
- Go
- Stars
- 10.4k
- Forks
- 826
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 44
Description
https://github.com/containerd/nerdctl/blob/5b52e3b2523647c13d41723cb499dbe1b520971a/pkg/mountutil/mountutil_linux.go#L71
`sudo docker run -it --rm -v /:/mnt alpine` seems to propagate mount events from the host.
`DefaultPropagationMode = "rprivate"` is probably wrong for bind-mounts.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.