Adding new Dockerfile Best Practices doc, and links thereto.

Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)
This commit is contained in:
Fred Lifton 2014-09-23 14:21:00 -07:00 committed by Tibor Vass
parent 056efbbe14
commit 85808d776d
1 changed files with 5 additions and 0 deletions

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,