Rename ContainerState to ContainerStatus

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon
2018-01-18 11:46:10 -05:00
parent 64d2190ec1
commit 4f2bf5ba1c
4 changed files with 20 additions and 16 deletions

View File

@ -528,7 +528,7 @@ func (s *SQLState) UpdateContainer(ctr *Container) error {
}
newState := new(containerRuntimeInfo)
newState.State = ContainerState(state)
newState.State = ContainerStatus(state)
newState.ConfigPath = configPath
newState.RunDir = runDir
newState.Mountpoint = mountpoint