From b069690827907681ce781c7cc26a753ffa677b12 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Wed, 30 Nov 2016 16:48:39 +0800 Subject: [PATCH] modify some urls related to reference path Signed-off-by: lixiaobing10051267 --- api/swagger.yaml | 2 +- man/docker-build.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index fe2bbedcfe..a1f9cbe288 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -3738,7 +3738,7 @@ paths: Either the `stream` or `logs` parameter must be `true` for this endpoint to do anything. - See [the documentation for the `docker attach` command](/engine/reference/commandline/attach/) for more details. + See [the documentation for the `docker attach` command](https://docs.docker.com/engine/reference/commandline/attach/) for more details. ### Hijacking diff --git a/man/docker-build.1.md b/man/docker-build.1.md index 32caaafc74..aef3414879 100644 --- a/man/docker-build.1.md +++ b/man/docker-build.1.md @@ -83,7 +83,7 @@ set as the **URL**, the repository is cloned locally and then sent as the contex Users pass these values at build-time. Docker uses the `buildargs` as the environment context for command(s) run via the Dockerfile's `RUN` instruction or for variable expansion in other Dockerfile instructions. This is not meant - for passing secret values. [Read more about the buildargs instruction](/reference/builder/#arg) + for passing secret values. [Read more about the buildargs instruction](https://docs.docker.com/engine/reference/builder/#arg) **--force-rm**=*true*|*false* Always remove intermediate containers, even after unsuccessful builds. The default is *false*.