Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
This reverts commit 13ddc1350ea1edafcb03d4db901823604a5d1ec1, reversing changes made to 7a11f05943cc62d040dcfedc7621fdeafd11c718.
This commit is contained in:
parent
3d14741648
commit
8c922b0c8c
22 changed files with 70 additions and 50 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Explains how to use the filesystem storage drivers
|
||||
keywords: registry, service, driver, images, storage, filesystem
|
||||
keywords:
|
||||
- registry, service, driver, images, storage, filesystem
|
||||
menu:
|
||||
main:
|
||||
parent: smn_storagedrivers
|
||||
|
@ -19,4 +20,4 @@ there is adequate space available. Defaults to `/var/lib/registry`.
|
|||
`maxthreads`: (optional) The maximum number of simultaneous blocking filesystem
|
||||
operations permitted within the registry. Each operation spawns a new thread and
|
||||
may cause thread exhaustion issues if many are done in parallel. Defaults to
|
||||
`100`, and can be no lower than `25`.
|
||||
`100`, and can be no lower than `25`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue