distribution/registry/storage/driver/filesystem
Stephen J Day 65b0d73cb7 Move storagedriver package to registry/storage/driver
This change is slightly more complex than previous package maves in that the
package name changed. To address this, we simply always reference the package
driver as storagedriver to avoid compatbility issues with existing code. While
unfortunate, this can be cleaned up over time.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-02-11 12:43:04 -08:00
..
README.md Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
driver.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
driver_test.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00

README.md

Docker-Registry Filesystem Storage Driver

An implementation of the storagedriver.StorageDriver interface which uses the local filesystem.

Parameters

rootdirectory: (optional) The root directory tree in which all registry files will be stored. Defaults to /tmp/registry/storage.