65b0d73cb7
This change is slightly more complex than previous package maves in that the package name changed. To address this, we simply always reference the package driver as storagedriver to avoid compatbility issues with existing code. While unfortunate, this can be cleaned up over time. Signed-off-by: Stephen J Day <stephen.day@docker.com> |
||
---|---|---|
.. | ||
driver.go | ||
driver_test.go | ||
mfs.go | ||
README.md |
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