fixed when container removed to be removed from the tracked list
This commit is contained in:
@@ -152,6 +152,12 @@ func RemoveContainerGroups(ContainerID string) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
// Write groups information on the grouptrackcontainer.json file
|
||||
err = groups.WriteGroup()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user