636a19b212
Adding docs build to the Makefile Adding in Sven's changes to the Makefile Removing DS_store file Updating per Stephen's comments Update with Stephen's final comment Signed-off-by: Mary Anthony <mary@docker.com>
332 B
332 B
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
.