-
-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chokidar doesn't notice changes inside Docker #1051
Comments
Any progress on this issue? |
@UchihaYuki you can start working on the issue and show some progress to us. What do you think? Can you do that? |
This has probably been fixed in recent versions of Docker. I'm using Docker for Linux and it was fixed in 4.15.0. Some more details here: docker/desktop-linux#30 |
not fixed, still having this issue. can you show some progress please @paulmillr |
@Geczy sure. Pay me. |
whats your address ill mail you a check 🥇 |
No checks, only crypto or github sponsorship. |
Is there any news about this? Thanks! 🙏 |
@abdonrd sure, pay him |
@paulmillr do you a quote for how much money it would take to get this issue resolved? |
@sekjal we can discuss in email if you have some funding, but my focus is on other libraries these days. |
The backlog is going to start from zero as a preparation for v4 release. v4 would bring massive rewrite to the table and drop most dependencies. All issues are being closed as preparation for v4 release. In the future, only issues with enough community support would be considered. See issue 1195 for more info. Thank you. |
Describe the bug
I have an app running inside docker that uses chokidar to respond to file changes. The app folder is mounted as a volume. When I make a change from the host machine (i.e. during development), chokidar doesn't notice the change. I confirmed that the file is actually changed in the container. Also, if polling is enabled, the change is noticed. And if I change the file from inside the docker container (i.e. bash into the container, modify a file), chokidar sees that change as well.
Versions:
To Reproduce:
I created a repo that reproduces the issue: https://github.com/cullylarson/chokidar-watch-issue
Expected behavior
Chokidar should see changes made from the host machine to files mounted inside a Docker container.
The text was updated successfully, but these errors were encountered: