distribution/storagedriver/inmemory
Anton Tiurin cea15b22e3 [InMemory] Add missing mutex.RLock/RUnlock in List to protect internal map
of dir struct.

Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
2015-02-02 23:37:25 +03:00
..
driver.go [InMemory] Add missing mutex.RLock/RUnlock in List to protect internal map 2015-02-02 23:37:25 +03: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