Retooling to allow for docs build
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>
This commit is contained in:
parent
0eb50c18ea
commit
636a19b212
20 changed files with 43 additions and 1 deletions
8
docs/storagedriver/filesystem.md
Normal file
8
docs/storagedriver/filesystem.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
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`.
|
Loading…
Add table
Add a link
Reference in a new issue