top | item 20796714

(no title)

deboflo | 6 years 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.

discuss

order

jillesvangurp|6 years ago

Not pull an image, build an image from scratch.

deboflo|6 years ago

Ah, that makes more sense then.