Y
Hacker News
new
|
ask
|
show
|
jobs
by
rb2k_
4196 days ago
Are you sure those speedups are docker related, those sound like they're bundler/caching related?
( as in
http://docs.travis-ci.com/user/caching/
)
1 comments
aseidl
4196 days ago
Correct, the speedups are directly due to bundle caching (which previously had only been available for private/paid repos). Indirectly, I would assume this caching is now implemented via Docker's use of filesystem layers.
link