2015-06-07 17:58:53 -07:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
title = "Filesystem storage driver"
|
|
|
|
description = "Explains how to use the filesystem storage drivers"
|
|
|
|
keywords = ["registry, service, driver, images, storage, filesystem"]
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
2015-04-29 12:20:09 -07:00
|
|
|
|
2015-04-02 08:11:19 -07:00
|
|
|
# Filesystem storage driver
|
2014-12-29 13:59:40 -08:00
|
|
|
|
|
|
|
An implementation of the `storagedriver.StorageDriver` interface which uses the local filesystem.
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
2016-01-12 17:34:02 -08:00
|
|
|
`rootdirectory`: (optional) The absolute path to a root directory tree in which
|
|
|
|
to store all registry files. The registry stores all its data here so make sure
|
|
|
|
there is adequate space available. Defaults to `/var/lib/registry`.
|