DockerCLI/docs/reference
Maciej Kalisz e06fc01c1b
Update dead link and add missing info on COPY
1. Fix dead URL to [Dockerfile best practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#leverage-build-cache).
2. Add missing information about cache invalidation by `COPY`. It works in the same way as in the case of `ADD`. Informing only about the `ADD`s behavior is misleading as one can infer that these two directives differ in this regard.
3. Add missing info on RUN cache invalidation by COPY

Signed-off-by: Maciej Kalisz <maciej.d.kalisz@gmail.com>
(cherry picked from commit ef414633d6)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-09 12:51:09 +02:00
..
commandline docs: update usage output for dockerd (19.03) 2020-05-04 13:02:31 +02:00
builder.md Update dead link and add missing info on COPY 2020-05-09 12:51:09 +02:00
glossary.md Removing titles from md files 2017-10-13 15:24:06 -07:00
index.md Removing titles from md files 2017-10-13 15:24:06 -07:00
run.md docs: fix links, and minor markdown touch-ups 2020-04-30 00:19:48 +02:00