Skip to content
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

Files not sent to the container if the size did not change #206

Closed
ckald opened this issue Sep 3, 2016 · 2 comments
Closed

Files not sent to the container if the size did not change #206

ckald opened this issue Sep 3, 2016 · 2 comments

Comments

@ckald
Copy link

ckald commented Sep 3, 2016

When edit some files on the host (my app's code), I noticed that containers do not notice this until I change the size of the file (i.e., the number of letters). This is super annoying because usually I need to play with some numbers and this defeats the purpose of my hot-reload JS server.

Previously I used vanilla boot2docker and while it had some latency in file sharing, I never seen such a pronounced issue. Other people at my company never encountered this, so I'm thinking this is something with dinghy

Here's my setup:

➜  project git:(master) ✗ docker -v
Docker version 1.11.1, build 5604cbe
➜  project git:(master) ✗ docker-compose -v
docker-compose version 1.8.0, build 94f7016
➜  project git:(master) ✗ dinghy -v
Dinghy 4.4.1
@codekitchen
Copy link
Owner

Hi @ckald , what framework are you using for hot reloading? My first guess would be that this is the same issue as codekitchen/fsevents_to_vm#7. There's a proposed fix there, but nobody has had a chance to implement it yet.

@codekitchen
Copy link
Owner

Closing in favor of #264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@codekitchen @ckald and others