distribution/docs/storage-drivers/inmemory.md
Misty Stanley-Jones 8c922b0c8c Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
This reverts commit 13ddc1350ea1edafcb03d4db901823604a5d1ec1, reversing
changes made to 7a11f05943cc62d040dcfedc7621fdeafd11c718.
2016-11-04 13:33:29 -07:00

748 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