mirror of
https://github.com/distribution/distribution.git
synced 2025-09-14 06:09:00 +00:00
Fixes documentation for swift driver "container" parameter
No longer claims that an additional segments container is used Signed-off-by: Brian Bland <brian.bland@docker.com>
This commit is contained in:
@@ -49,10 +49,7 @@ An implementation of the `storagedriver.StorageDriver` interface that uses [Open
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
The name of your Swift container where you wish to store objects. An
|
||||
additional container called <code><container>_segments</code> stores the data
|
||||
is used. The driver creates both the named container and the segments
|
||||
container during its initialization.
|
||||
The name of your Swift container where you wish to store objects. The driver creates the named container during its initialization.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -136,4 +133,4 @@ An implementation of the `storagedriver.StorageDriver` interface that uses [Open
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user