github.com/mika/distribution@v2.2.2-0.20160108133430-a75790e3d8e0+incompatible/docs/storage-drivers/inmemory.md (about) 1 <!--[metadata]> 2 +++ 3 title = "In-memory storage driver" 4 description = "Explains how to use the in-memory storage drivers" 5 keywords = ["registry, service, driver, images, storage, in-memory"] 6 +++ 7 <![end-metadata]--> 8 9 10 # In-memory storage driver 11 12 An implementation of the `storagedriver.StorageDriver` interface which uses local memory for object storage. 13 14 **IMPORTANT**: This storage driver *does not* persist data across runs, and primarily exists for testing. 15 16 ## Parameters 17 18 None