the.com/dockerfile

a recipe so precise it turns your laptop into anyone's laptop.

means a plain-text script of instructions that builds a container image, layer by layer, exactly the same way every time.

from introduced by dotcloud in 2013 as part of docker, borrowing the makefile idea of declarative build steps but for entire operating environments instead of just code.

for instance

nginx official imagebuilt from a dockerfile with under 20 lines, millions of pulls weekly

node alpine buildsmulti-stage dockerfiles shrink 900mb images down to 40mb

postgres dockerfilebakes initdb scripts straight into the image on docker hub

the.com/
what’s happening now · the.com · generated