Your First Dockerfile

1 / 11

A Dockerfile is a recipe for an image. It is read top to bottom, each instruction produces a layer, and the result is something anyone can run without knowing anything about your language, your runtime, or your machine.

Finish →