2015-06-08 00:58:53 +00: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 19:20:09 +00:00
|
|
|
|
2015-04-02 15:11:19 +00:00
|
|
|
# Filesystem storage driver
|
2014-12-29 21:59:40 +00:00
|
|
|
|
|
|
|
An implementation of the `storagedriver.StorageDriver` interface which uses the local filesystem.
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
2015-06-11 03:54:24 +00:00
|
|
|
`rootdirectory`: (optional) The root directory tree in which all registry files will be stored. Defaults to `/var/lib/registry`.
|