We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935d76e commit 11cde3dCopy full SHA for 11cde3d
internal/docker/container_store.go
@@ -65,7 +65,6 @@ func (s *ContainerStore) init(ctx context.Context) {
65
66
if containers, err := s.client.ListContainers(); err == nil {
67
for _, c := range containers {
68
- c := c // create a new variable to avoid capturing the loop variable
69
s.containers.Store(c.ID, &c)
70
}
71
} else {
0 commit comments