You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
The resourceStorage implementation is a wide spread dependency and prevents several key components (e.g. hypervisors) to be moved into their own package.
Expected result
Create a new store package that provides a storage implementation for virtcontainers, with the following features:
Simplicity: The API should be short and simple.
Transparency: The core virtcontainers code should not care about
the storage backend details.
Extensibility: It should be easily extensible to add non local and in
memory backends.
Description of problem
The
resourceStorageimplementation is a wide spread dependency and prevents several key components (e.g. hypervisors) to be moved into their own package.Expected result
Create a new
storepackage that provides a storage implementation for virtcontainers, with the following features:the storage backend details.
memory backends.