mirror of
https://github.com/containers/podman.git
synced 2025-06-17 06:57:43 +08:00
Add implementation for BoltDB-backed state
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #184 Approved by: baude
This commit is contained in:
@ -49,9 +49,6 @@ func NewSQLState(dbPath, specsDir, lockDir string, runtime *Runtime) (State, err
|
||||
}
|
||||
state.lockDir = lockDir
|
||||
|
||||
// TODO add a separate temporary database for per-boot container
|
||||
// state
|
||||
|
||||
// Open the database
|
||||
// Use loc=auto to get accurate locales for timestamps
|
||||
db, err := sql.Open("sqlite3", dbPath+"?_loc=auto")
|
||||
|
Reference in New Issue
Block a user