mirror of https://github.com/docker/docs.git
Update config-storage.md
Added a line to ensure it's clear that use of filesystem is incompatible with DTR HA and multiple replica set up.
This commit is contained in:
parent
66fb94b54c
commit
c7ed07035c
|
@ -53,8 +53,10 @@ Additionally, the Trusted Registry supports these cloud-based storage drivers:
|
|||
|
||||
### Filesystem
|
||||
|
||||
Use of the `filesystem` storage driver is incompatible when deploying DTR in High Availability with multiple replicas.
|
||||
|
||||
If you select `filesystem`, then the Trusted Registry uses the local disk to
|
||||
store registry files. This backend has a single, required `rootdirectory`
|
||||
store registry files. This backend has a single, required `rootdirectory`
|
||||
parameter which specifies a subdirectory of `/var/local/dtr/imagestorage` in
|
||||
which all registry files are stored. The default value of `/local` means the
|
||||
files are stored in `/var/local/dtr/image-storage/local`.
|
||||
|
|
Loading…
Reference in New Issue