mirror of https://github.com/docker/cli.git
Merge pull request #3360 from jlecordier/patch-1
fix missing closing parenthese
This commit is contained in:
commit
e156f9b766
|
@ -112,7 +112,7 @@ instructions.
|
||||||
|
|
||||||
Whenever possible, Docker uses a build-cache to accelerate the `docker build`
|
Whenever possible, Docker uses a build-cache to accelerate the `docker build`
|
||||||
process significantly. This is indicated by the `CACHED` message in the console
|
process significantly. This is indicated by the `CACHED` message in the console
|
||||||
output. (For more information, see the [`Dockerfile` best practices guide](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/):
|
output. (For more information, see the [`Dockerfile` best practices guide](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/)):
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker build -t svendowideit/ambassador .
|
$ docker build -t svendowideit/ambassador .
|
||||||
|
|
Loading…
Reference in New Issue