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

"volumes_from" will have issue when watching files change with Docker-for-Mac #1270

Closed
taufek opened this issue Nov 24, 2017 · 2 comments
Closed
Labels

Comments

@taufek
Copy link
Contributor

taufek commented Nov 24, 2017

This is related to below issue in Docker for Mac:
docker/for-mac#148

To reproduce this issue:

  1. Run file compilation listener such as webpack --watch or something similar with Gulp/Grunt in
    docker container.
  2. From your host machine, edit a file that suppose to trigger the compiler to run..

Expected Behavior:
Compiler will be triggered with the file change.

Actual Behavior:
Compiler is not triggered.

Workaround:

  1. Run with docker-sync but this requires a lot of resources.
  2. Change from volumes_from to volumes for mounting the APPLICATION path.

So my question is, should we consider moving from volumes_from(that creates data container) to volumes which will mount APPLICATION directly to each container?

@stale
Copy link

stale bot commented Feb 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Feb 2, 2020
@stale
Copy link

stale bot commented Feb 23, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant