forked from TrueCloudLab/distribution
Fix table formatting and endpoint template examples (#2726)
This commit is contained in:
parent
5cf9203223
commit
39a8fcd85e
1 changed files with 112 additions and 108 deletions
|
@ -10,11 +10,14 @@ An implementation of the `storagedriver.StorageDriver` interface which uses
|
|||
## Parameters
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Parameter</th>
|
||||
<th>Required</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<code>accesskeyid</code>
|
||||
|
@ -55,7 +58,7 @@ yes
|
|||
no
|
||||
</td>
|
||||
<td>
|
||||
An endpoint which defaults to `<bucket>.<region>.aliyuncs.com` or `<bucket>.<region>-internal.aliyuncs.com` (when `internal=true`). You can change the default endpoint by changing this value.
|
||||
An endpoint which defaults to `[bucket].[region].aliyuncs.com` or `[bucket].[region]-internal.aliyuncs.com` (when `internal=true`). You can change the default endpoint by changing this value.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -118,4 +121,5 @@ no
|
|||
<td> The root directory tree in which to store all registry files. Defaults to an empty string (bucket root).
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue