Container is not notified by file operations on shared volumes
Open
next
storage
- Dominant language
- Swift
- Stars
- 49.9k
- Forks
- 1.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 22
Description
When running a container with a mounted volume, events in a file/directory (file change, creation, deletion) is not triggered in the container.
This, for example, prevents actions (e.g. incremental rebuilds) based on file changes.
The behavior is the same as in Podman, and the issue is similar to https://github.com/containers/podman/issues/22343
Contributor guide
Assessment
This issue has not been assessed yet.