mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Change handling for pods in libpod state
Add new functions to update pods and add/remove containers from them Use these new functions in place of manually modifying pods Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #229 Approved by: rhatdan
This commit is contained in:
@ -114,7 +114,6 @@ func (ns LinuxNS) String() string {
|
||||
type Container struct {
|
||||
config *ContainerConfig
|
||||
|
||||
pod *Pod
|
||||
runningSpec *spec.Spec
|
||||
|
||||
state *containerRuntimeInfo
|
||||
|
Reference in New Issue
Block a user