distribution/storagedriver/inmemory
Andrey Kostov a2b294f444 Add the URLFor optional method to the storagedriver api
We now also have a storagedriver error variable for identifying
api calls that are not implemented by drivers (the URLFor method
is not implemented by either the filesystem or inmemory drivers)
2015-01-07 18:44:01 +02:00
..
driver.go Add the URLFor optional method to the storagedriver api 2015-01-07 18:44:01 +02:00
driver_test.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
mfs.go Merge pull request #832 from BrianBland/ng-storagedriver-tests 2014-12-09 21:01:40 -08:00
README.md Adds basic READMEs to inmemory and filesystem storage drivers 2014-12-29 13:59:40 -08:00

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