registry/docs/storage-drivers/inmemory.md
Sven Dowideit 408c4684fa Merge pull request #1735 from SvenDowideit/move-menu-page
Make the index.html files the visible overview menu entry
(cherry picked from commit 1b9ab303a4)

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-05-31 16:39:01 +00:00

789 B

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