docs: change cache storage links to exporter to docs site

Temporary fix while we update docs upstream.

Co-Authored-By: David Karlsson <david.karlsson@docker.com>
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2022-11-04 13:39:09 +00:00
parent d32926a7e5
commit 6097919958
5 changed files with 9 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
Exporters save your build results to a specified output type. You specify the
exporter to use with the
[`--output` CLI option](../../reference/buildx_build.md#output). Buildx supports
the following exporters:
[`--output` CLI option](https://docs.docker.com/engine/reference/commandline/buildx_build/#output).
Buildx supports the following exporters:
- `image`: exports the build result to a container image.
- `registry`: exports the build result into a container image, and pushes it to