containers / virtcontainers

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

the container returned by createContainer must be the same one contained in pod.containers #588

Closed devimc closed 6 years ago

devimc commented 6 years ago

in order to avoid semantic errors modifying the container state of two containers with the same container ID, the container returned by createContainer must be the same one contained in pod.containers