mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 14:37:08 +08:00
review comments, align style with driver docs
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
12
docs/guides/cache/azblob.md
vendored
12
docs/guides/cache/azblob.md
vendored
@ -30,12 +30,12 @@ $ docker buildx build . --push -t <registry>/<image> \
|
||||
The following table describes the available CSV parameters that you can pass to
|
||||
`--cache-to` and `--cache-from`.
|
||||
|
||||
| Parameter | Option | Value | Default | Description |
|
||||
| ------------------- | ---------- | ---------- | ------- | -------------------------------------------------- |
|
||||
| `name` | Both | String | | Required. The name of the cache image. |
|
||||
| `account_url` | Both | String | | Base URL of the storage account. |
|
||||
| `secret_access_key` | Both | String | | Blob storage account key, see [authentication][1]. |
|
||||
| `mode` | `cache-to` | `min\|max` | `min` | Cache layers to export, see [cache mode][2]. |
|
||||
| Name | Option | Type | Default | Description |
|
||||
| ------------------- | ----------------------- | ----------- | ------- | -------------------------------------------------- |
|
||||
| `name` | `cache-to`,`cache-from` | String | | Required. The name of the cache image. |
|
||||
| `account_url` | `cache-to`,`cache-from` | String | | Base URL of the storage account. |
|
||||
| `secret_access_key` | `cache-to`,`cache-from` | String | | Blob storage account key, see [authentication][1]. |
|
||||
| `mode` | `cache-to` | `min`,`max` | `min` | Cache layers to export, see [cache mode][2]. |
|
||||
|
||||
[1]: #authentication
|
||||
[2]: index.md#cache-mode
|
||||
|
Reference in New Issue
Block a user