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

Not pull an image, build an image from scratch.
Ah, that makes more sense then.