mirror of https://github.com/docker/docs.git
fix typos (#18423)
This commit is contained in:
parent
ac8bd210ad
commit
56f40dc07d
|
@ -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.
|
||||
|
|
|
@ -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. |
|
||||
|
|
|
@ -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. |
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue