mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 14:37:08 +08:00
docs: replaced broken relative links
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
@ -36,9 +36,9 @@ pass to `--driver-opt`:
|
||||
## Usage
|
||||
|
||||
When you run a build, Buildx pulls the specified `image` (by default,
|
||||
[`moby/buildkit`](https://hub.docker.com/r/moby/buildkit))
|
||||
[Docker Hub](https://hub.docker.com/u/moby/buildkit). When the container has
|
||||
started, Buildx submits the build submitted to the containerized build server.
|
||||
[`moby/buildkit`](https://hub.docker.com/r/moby/buildkit)). When the container
|
||||
has started, Buildx submits the build submitted to the containerized build
|
||||
server.
|
||||
|
||||
```console
|
||||
$ docker buildx build -t <image> --builder=container .
|
||||
|
Reference in New Issue
Block a user