mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 22:47:09 +08:00
docs: fix cache command examples
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
4
docs/guides/cache/s3.md
vendored
4
docs/guides/cache/s3.md
vendored
@ -23,9 +23,9 @@ bucket.
|
||||
## Synopsis
|
||||
|
||||
```console
|
||||
$ docker buildx build . --push -t <user>/<image> \
|
||||
$ docker buildx build --push -t <user>/<image> \
|
||||
--cache-to type=s3,region=<region>,bucket=<bucket>,name=<cache-image>[,parameters...] \
|
||||
--cache-from type=s3,region=<region>,bucket=<bucket>,name=<cache-image>
|
||||
--cache-from type=s3,region=<region>,bucket=<bucket>,name=<cache-image> .
|
||||
```
|
||||
|
||||
The following table describes the available CSV parameters that you can pass to
|
||||
|
Reference in New Issue
Block a user