mirror of
https://github.com/containers/podman.git
synced 2025-11-03 15:56:51 +08:00
Merge pull request #8781 from rst0git/cr-volumes
Add support for checkpoint/restore of containers with volumes
This commit is contained in:
@ -275,6 +275,7 @@ func Restore(w http.ResponseWriter, r *http.Request) {
|
||||
Import bool `schema:"import"`
|
||||
Name string `schema:"name"`
|
||||
IgnoreRootFS bool `schema:"ignoreRootFS"`
|
||||
IgnoreVolumes bool `schema:"ignoreVolumes"`
|
||||
IgnoreStaticIP bool `schema:"ignoreStaticIP"`
|
||||
IgnoreStaticMAC bool `schema:"ignoreStaticMAC"`
|
||||
}{
|
||||
|
||||
Reference in New Issue
Block a user