distribution/storagedriver/inmemory
Stephen J Day f265a29f24 Move shared checks to base storage driver
This changeset moves common checks from driver implementations into base
package. The Base type can be embedded in a driver implementation, ensuring
that incoming arguments are checked for validity.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-02-03 17:05:50 -08:00
..
README.md Adds basic READMEs to inmemory and filesystem storage drivers 2014-12-29 13:59:40 -08:00
driver.go Move shared checks to base storage driver 2015-02-03 17:05:50 -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

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