nasa-jpl-memex / memex-explorer

Viewers for statistics and dashboarding of Domain Search Engine data
BSD 2-Clause "Simplified" License
121 stars 69 forks source link

Smarter Docker + Vagrantfile caching #503

Closed ahmadia closed 9 years ago

ahmadia commented 9 years ago

@amfarrell - after digging around on the documentation for Vagrant, it looks like caching Docker images will be a non-trivial endeavor. The best solution I found is this:

https://github.com/fgrehm/vagrant-cachier/issues/131

Basically, we can't map the Docker cache to a synchronized directory on the host directory. The best solution is to manually save and load Docker images manually. I think I can automate this in the Vagrant script, but I may not get to it tonight.

amfarrell commented 9 years ago

How frequently are users going to be spinning up new vagrant boxes? If they are only installing the system locally and running salt highstate once, how impactful is this issue?

ahmadia commented 9 years ago

This is a developer, not a user issue. It's not priority.

On Friday, June 5, 2015, Andrew Farrell notifications@github.com wrote:

How frequently are users going to be spinning up new vagrant boxes? If they are only installing the system locally and running salt highstate once, how impactful is this issue?

— Reply to this email directly or view it on GitHub https://github.com/memex-explorer/memex-explorer/issues/503#issuecomment-109436015 .

ahmadia commented 9 years ago

This isn't really an issue anymore as Docker is no longer part of the development build.