github.com/mika/distribution@v2.2.2-0.20160108133430-a75790e3d8e0+incompatible/docs/storage-drivers/filesystem.md (about) 1 <!--[metadata]> 2 +++ 3 title = "Filesystem storage driver" 4 description = "Explains how to use the filesystem storage drivers" 5 keywords = ["registry, service, driver, images, storage, filesystem"] 6 +++ 7 <![end-metadata]--> 8 9 10 # Filesystem storage driver 11 12 An implementation of the `storagedriver.StorageDriver` interface which uses the local filesystem. 13 14 ## Parameters 15 16 `rootdirectory`: (optional) The root directory tree in which all registry files will be stored. Defaults to `/var/lib/registry`.