mirror of
https://github.com/containers/podman.git
synced 2025-06-29 15:08:09 +08:00
Merge pull request #5843 from QiWang19/manifest_create
manifest create,add,inspect
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user