docs: clarify support for various sets of shared options

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2022-11-22 11:10:50 +00:00
parent 6e9b743296
commit 5e1db43e34
3 changed files with 12 additions and 6 deletions

View File

@@ -16,6 +16,8 @@ $ docker buildx build --push -t <registry>/<image> \
--cache-from type=registry,ref=<registry>/image .
```
No additional parameters are supported for the `inline` cache.
To export cache using `inline` storage, pass `type=inline` to the `--cache-to`
option: