github.com/npaton/distribution@v2.3.1-rc.0+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 absolute path to a root directory tree in which
    17  to store all registry files. The registry stores all its data here so make sure
    18  there is adequate space available. Defaults to `/var/lib/registry`.