Fix table formatting and endpoint template examples (#2726)

This commit is contained in:
Jonathan Lee 2017-04-11 16:42:55 -04:00 committed by John Mulhausen
parent 5cf9203223
commit 39a8fcd85e

View file

@ -10,11 +10,14 @@ An implementation of the `storagedriver.StorageDriver` interface which uses
## Parameters ## Parameters
<table> <table>
<thead>
<tr> <tr>
<th>Parameter</th> <th>Parameter</th>
<th>Required</th> <th>Required</th>
<th>Description</th> <th>Description</th>
</tr> </tr>
</thead>
<tbody>
<tr> <tr>
<td> <td>
<code>accesskeyid</code> <code>accesskeyid</code>
@ -55,7 +58,7 @@ yes
no no
</td> </td>
<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> </td>
</tr> </tr>
<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> The root directory tree in which to store all registry files. Defaults to an empty string (bucket root).
</td> </td>
</tr> </tr>
</tbody>
</table> </table>