distribution/storagedriver/inmemory
Ahmet Alp Balkan bf49cad662 Update modtime on WriteAt for inmemory driver
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2015-01-27 14:05:36 -08:00
..
driver.go Release lock during WriteStream for inmemory driver 2015-01-09 14:49:06 -08:00
driver_test.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
mfs.go Update modtime on WriteAt for inmemory driver 2015-01-27 14:05:36 -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