Ask HN: Are Docker builds slow? How did you make them fast? 1 pointdillonforrest5 years ago2 commentsSaveHideCopy link On HNComments−yuppie_scum5yFind common dependencies between your various builds and bake them into a base image. I think that’s about all you can do.−100011_1000015yDo you want faster docker builds or smaller docker images? There are two different perspectives / optimization goals.
Comments
Find common dependencies between your various builds and bake them into a base image. I think that’s about all you can do.
Do you want faster docker builds or smaller docker images? There are two different perspectives / optimization goals.