distribution/storagedriver/filesystem
Brian Bland abb901e4ab Adds options map for storagedriver URLFor() method 2015-01-08 17:10:32 -08:00
..
README.md Adds basic READMEs to inmemory and filesystem storage drivers 2014-12-29 13:59:40 -08:00
driver.go Adds options map for storagedriver URLFor() method 2015-01-08 17:10:32 -08:00
driver_test.go Move from docker-registry to distribution 2014-12-23 17:13:02 -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.