distribution/docs/storage-drivers/inmemory.md
Gaetan 3d14741648 fix more frontmatter keywords values (#439)
* fix format of frontmatter keyword entry in some .md files

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-04 10:48:38 -07:00

745 B

description keywords menu title
Explains how to use the in-memory storage drivers registry, service, driver, images, storage, in-memory
main
parent
smn_storagedrivers
In-memory storage driver

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