зеркало из https://github.com/microsoft/docker.git
Merge pull request #32684 from scjane/patch-3
Update builder.md (cherry picked from commit 831066337743fc29ff122fce51afe44b8b3b3ba9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Родитель
252e610103
Коммит
bc66821abb
|
@ -94,8 +94,8 @@ instructions.
|
||||||
Whenever possible, Docker will re-use the intermediate images (cache),
|
Whenever possible, Docker will re-use the intermediate images (cache),
|
||||||
to accelerate the `docker build` process significantly. This is indicated by
|
to accelerate the `docker build` process significantly. This is indicated by
|
||||||
the `Using cache` message in the console output.
|
the `Using cache` message in the console output.
|
||||||
(For more information, see the [Build cache section](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/build-cache)) in the
|
(For more information, see the [Build cache section](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#build-cache) in the
|
||||||
`Dockerfile` best practices guide:
|
`Dockerfile` best practices guide):
|
||||||
|
|
||||||
$ docker build -t svendowideit/ambassador .
|
$ docker build -t svendowideit/ambassador .
|
||||||
Sending build context to Docker daemon 15.36 kB
|
Sending build context to Docker daemon 15.36 kB
|
||||||
|
|
Загрузка…
Ссылка в новой задаче