mirror of
https://github.com/containers/podman.git
synced 2025-06-30 15:49:03 +08:00
manifest create,add,inspect
Implememts manifest subcommands create, add, inspect. Signed-off-by: Qi Wang <qiwan@redhat.com>
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