add live-restore flag to docker config

This commit is contained in:
Marcio Rodrigues 2017-12-29 11:09:28 -02:00
parent 2c79be3bf9
commit f03e01114e
1 changed files with 2 additions and 0 deletions

View File

@ -48,4 +48,6 @@ type DockerConfig struct {
StorageOpts []string `json:"storageOpts,omitempty" flag:"storage-opt,repeat"`
// Version is consumed by the nodeup and used to pick the docker version
Version *string `json:"version,omitempty"`
// LiveRestore enables live restore of docker when containers are still running
LiveRestore *bool `json:"liveRestore,omitempty" flag:"live-restore"`
}