github.com/lusis/distribution@v2.0.1+incompatible/docs/storage-drivers/filesystem.md (about)

     1  <!--GITHUB
     2  page_title: Filesystem storage driver
     3  page_description: Explains how to use the filesystem storage drivers
     4  page_keywords: registry, service, driver, images, storage, filesystem
     5  IGNORES-->
     6  
     7  # Filesystem storage driver
     8  
     9  An implementation of the `storagedriver.StorageDriver` interface which uses the local filesystem.
    10  
    11  ## Parameters
    12  
    13  `rootdirectory`: (optional) The root directory tree in which all registry files will be stored. Defaults to `/tmp/registry/storage`.