registry/storagedriver/filesystem
Andrey Kostov a2b294f444 Add the URLFor optional method to the storagedriver api
We now also have a storagedriver error variable for identifying
api calls that are not implemented by drivers (the URLFor method
is not implemented by either the filesystem or inmemory drivers)
2015-01-07 18:44:01 +02:00
..
driver.go Add the URLFor optional method to the storagedriver api 2015-01-07 18:44:01 +02:00
driver_test.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
README.md Adds basic READMEs to inmemory and filesystem storage drivers 2014-12-29 13:59:40 -08:00

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.