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.
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
当前内容版权归 distribution 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 distribution .