You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
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.
The text was updated successfully, but these errors were encountered:
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?
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 #503 (comment)
.
@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:
fgrehm/vagrant-cachier#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.
The text was updated successfully, but these errors were encountered: