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

Tweaks to Dockerfile tutorial

Made a few tweaks to Dockerfile tutorial links and removed some cruft from the tutorial itself.

Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf)
This commit is contained in:
Fred Lifton
2014-10-24 12:00:47 -07:00
committed by Tibor Vass
parent 588d30ecca
commit a6ba3f585b

View File

@@ -14,7 +14,8 @@ 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).
guide](/articles/dockerfile_best-practices). Lastly, you can test your
Dockerfile knowledge with the [Dockerfile tutorial](/userguide/level1).
## Usage