containers/virtcontainers

Do not update container states from pod.go

Closed this issue · 0 comments

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.