This commit is contained in:
shuoer86 2023-10-19 18:19:29 +08:00 committed by GitHub
parent ac8bd210ad
commit 56f40dc07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
title: Cache storage backends
descripton: |
description: |
Cache backends let you manage your build cache externally.
External cache is useful to create a shared cache that can help
speed up inner loop and CI builds.

View File

@ -33,7 +33,7 @@ The following table describes the available CSV parameters that you can pass to
| Name | Option | Type | Default | Description |
| ------------------- | ----------------------- | ----------- | ------- | ---------------------------------------------------------- |
| `region` | `cache-to`,`cache-from` | String | | Requried. Geographic location. |
| `region` | `cache-to`,`cache-from` | String | | Required. Geographic location. |
| `bucket` | `cache-to`,`cache-from` | String | | Required. Name of the S3 bucket. |
| `name` | `cache-to`,`cache-from` | String | | Name of the cache image. |
| `endpoint_url` | `cache-to`,`cache-from` | String | | Endpoint of the S3 bucket. |

View File

@ -24,7 +24,7 @@ docker dev [OPTIONS] COMMAND
| `create` | Create a new dev environment |
| `list` | Lists all dev environments |
| `logs` | Traces logs from a dev environment |
| `open` | Open Dev Envrionment with the IDE |
| `open` | Open Dev Environment with the IDE |
| `rm` | Removes a dev environment |
| `start` | Starts a dev environment |
| `stop` | Stops a dev environment |
@ -115,4 +115,4 @@ docker dev [OPTIONS] COMMAND
| Name, shorthand | Description |
|:---------------------|:----------------------------------------------|
| `--format`,`-f` | Format the output. |
| `--short`,`-s` | Shows only Docker Dev's version number. |
| `--short`,`-s` | Shows only Docker Dev's version number. |

View File

@ -369,7 +369,7 @@
<h2 class="text-xl">Popular articles</h2>
<ul class="space-y-3">
<li><a class="link" href="/compose/install/">Install Docker Compose</a></li>
<li><a class="link" href="/compose/gettingstarted/">Getting started wtih Docker
<li><a class="link" href="/compose/gettingstarted/">Getting started with Docker
Compose</a></li>
<li><a class="link" href="/compose/environment-variables/">Environment
variables in Compose</a>