Skip to content

Files

Latest commit

cab284d · Jan 21, 2016

History

History
21 lines (15 loc) · 749 Bytes

inmemory.md

File metadata and controls

21 lines (15 loc) · 749 Bytes

In-memory storage driver (Testing Only)

For purely tests purposes, you can use the inmemory storage driver. This driver is an implementation of the storagedriver.StorageDriver interface which uses local memory for object storage. If you would like to run a registry from volatile memory, use the filesystem driver on a ramdisk.

IMPORTANT: This storage driver does not persist data across runs. This is why it is only suitable for testing. Never use this driver in production.

Parameters

None