1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

Adding new Dockerfile Best Practices doc, and links thereto.

Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)
Upstream-commit: 85808d776d
Component: cli
This commit is contained in:
Fred Lifton
2014-09-23 14:21:00 -07:00
committed by Tibor Vass
parent f3ef53c1fa
commit dcdc597a18

View File

@@ -11,6 +11,11 @@ Docker image. By calling `docker build` from your terminal, you can have
Docker build your image step by step, executing the instructions
successively.
This page discusses the specifics of all the instructions you can use in your
`Dockerfile`. To further help you write a clear, readable, maintainable
`Dockerfile`, we've also written a [`Dockerfile` Best Practices guide](/articles/dockerfile_best-practices).
## Usage
To [*build*](../commandline/cli/#cli-build) an image from a source repository,