Merge pull request #5843 from QiWang19/manifest_create

manifest create,add,inspect
This commit is contained in:
OpenShift Merge Robot
2020-04-23 17:45:38 +02:00
committed by GitHub
18 changed files with 674 additions and 0 deletions

View File

@ -733,6 +733,11 @@ func (r *Runtime) StorageConfig() storage.StoreOptions {
return r.storageConfig
}
// GetStore returns the runtime stores
func (r *Runtime) GetStore() storage.Store {
return r.store
}
// DBConfig is a set of Libpod runtime configuration settings that are saved in
// a State when it is first created, and can subsequently be retrieved.
type DBConfig struct {