Adds basic READMEs to inmemory and filesystem storage drivers
This commit is contained in:
10
storagedriver/inmemory/README.md
Normal file
10
storagedriver/inmemory/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Docker-Registry In-Memory Storage Driver
|
||||
=========================================
|
||||
|
||||
An implementation of the `storagedriver.StorageDriver` interface which uses local memory for object storage.
|
||||
|
||||
**IMPORTANT**: This storage driver *does not* persist data across runs, and primarily exists for testing.
|
||||
|
||||
## Parameters
|
||||
|
||||
None
|
Reference in New Issue
Block a user