Merge pull request #3360 from jlecordier/patch-1
fix missing closing parenthese Upstream-commit: e156f9b76639e0577f95f9ec12eb6d4e040d984e Component: cli
This commit is contained in:
Коммит
9074c5310c
|
@ -112,7 +112,7 @@ instructions.
|
|||
|
||||
Whenever possible, Docker uses a build-cache to accelerate the `docker build`
|
||||
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
|
||||
$ docker build -t svendowideit/ambassador .
|
||||
|
|
Загрузка…
Ссылка в новой задаче