|
@@ -19,7 +19,7 @@ redirect_from:
|
|
|
## 1. Brief introduction
|
|
|
|
|
|
- The daemon listens on `unix:///var/run/docker.sock` but you can
|
|
|
- [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
|
|
|
+ [Bind Docker to another host/port or a Unix socket](https://docs.docker.com/engine/reference/commandline/dockerd/#bind-docker-to-another-host-port-or-a-unix-socket).
|
|
|
- The API tends to be REST. However, for some complex commands, like `attach`
|
|
|
or `pull`, the HTTP connection is hijacked to transport `stdout`,
|
|
|
`stdin` and `stderr`.
|
|
@@ -1703,7 +1703,7 @@ the path to the alternate build instructions file to use.
|
|
|
|
|
|
The archive may include any number of other files,
|
|
|
which are accessible in the build context (See the [*ADD build
|
|
|
-command*](../reference/builder.md#add)).
|
|
|
+command*](https://docs.docker.com/engine/reference/builder/#add)).
|
|
|
|
|
|
The Docker daemon performs a preliminary validation of the `Dockerfile` before
|
|
|
starting the build, and returns an error if the syntax is incorrect. After that,
|
|
@@ -1741,7 +1741,7 @@ or being killed.
|
|
|
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.md#arg)
|
|
|
+ passing secret values. [Read more about the buildargs instruction](https://docs.docker.com/engine/reference/builder/#arg)
|
|
|
- **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB.
|
|
|
- **labels** – JSON map of string pairs for labels to set on the image.
|
|
|
|