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

Sync Docker Container with Code #20

Closed
GittiHab opened this issue Feb 3, 2018 · 4 comments
Closed

Sync Docker Container with Code #20

GittiHab opened this issue Feb 3, 2018 · 4 comments
Labels
enhancement New feature or request infrastructure This is a task improving our (development) infrastructure

Comments

@GittiHab
Copy link
Member

GittiHab commented Feb 3, 2018

AS A Developer
I WANT to be able to sync my changes project files into the docker container
SO THAT I don't have to rebuild the whole image to test every small change.

This could be done either via docker cp which simply copies the files into the container (this is not working for me on Mac) or by mounting a volume into the Docker container.

@GittiHab GittiHab added enhancement New feature or request infrastructure This is a task improving our (development) infrastructure labels Feb 3, 2018
@Baschdl
Copy link
Member

Baschdl commented Feb 3, 2018

Is the rebuilding the problem or the time the rebuilding takes?

@GittiHab
Copy link
Member Author

GittiHab commented Feb 6, 2018

Both – the rebuilding should, out of my perspective not be necessary. And time is always a problem.

@Baschdl
Copy link
Member

Baschdl commented Feb 6, 2018

  1. That's probably correct for this repository but doesn't hold for our neo4j graph algorithm changes.
  2. As I said we can improve the building time by "caching" the python requirements from requirements.txt by finding some way to not use the uncachable file (in the worst case by "hardcoding" the libraries in the Dockerfile).

III. I think it has a higher priority to get the complete Docker environment up and running before improving it.

@GittiHab
Copy link
Member Author

This will be continued/improved in #54. #48 solved this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure This is a task improving our (development) infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants