Y
Hacker News
new
|
ask
|
show
|
jobs
by
deboflo
2490 days ago
15 minutes to pull an image is crazy. Run a “docker pull {image}” followed by a “docker build —cache-from {image} ...” to speed up your pulls by 10X.
1 comments
jillesvangurp
2489 days ago
Not pull an image, build an image from scratch.
link
deboflo
2488 days ago
Ah, that makes more sense then.
link