mirror of https://github.com/docker/buildx.git
improve wording on default buildkit image
Co-authored-by: Justin Chadwell <github@jedevc.com> Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
d030fcc076
commit
ed3b311de4
|
@ -32,7 +32,7 @@ pass to `--driver-opt`:
|
|||
|
||||
## Usage
|
||||
|
||||
When you run a build, Buildx pulls the specified `moby/buildkit` image from
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue