2015-04-02 17:11:19 +02:00
|
|
|
# Filesystem storage driver
|
2014-12-29 22:59:40 +01:00
|
|
|
|
|
|
|
An implementation of the `storagedriver.StorageDriver` interface which uses the local filesystem.
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
`rootdirectory`: (optional) The root directory tree in which all registry files will be stored. Defaults to `/tmp/registry/storage`.
|