Back to Developer Roadmap

Dockerfile

src/data/roadmaps/docker/content/[email protected]

4.0616 B
Original Source

Dockerfile

A Dockerfile is a text document that contains a list of instructions used by the Docker engine to build an image. Each instruction in the Dockerfile adds a new layer to the image. Docker will build the image based on these instructions, and then you can run containers from the image.

Visit the following resources to learn more: