doc: move storage driver readmes into docs

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2015-03-05 17:23:33 -08:00
parent 0418788239
commit 41b1e22f97
6 changed files with 48 additions and 53 deletions

View File

@@ -1,8 +0,0 @@
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`.