containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

Do not update container states from pod.go #605

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

The pod should not update container states as it calls into container's function and those functions already update their own container state. The only exception is about pause/resume which is handled at the pod level.