Dockerfile

From NovaOrdis Knowledge Base
Revision as of 14:29, 26 April 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * Docker Concepts =Overview= A Dockerfile defines how a container should look at build time, and it contains all the steps that ar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

A Dockerfile defines how a container should look at build time, and it contains all the steps that are required to create the image. Each command in the Dockerfile generates a new layer in the image.