sort.Slice(containers, func(i, j int) bool { return containers[i].Created < containers[j].Created }) The loop following: for i, container := range containers { if i >= expected { // Scale Down container := container traceOpts := append(tracing.ServiceOptions(service), tracing.Container...
Now, I run the same command with Docker Desktop running and within a minute or two Docker Desktop says "Docker Desktop is stopping" and never resolves from this issue. I have to force quit the application and all it's subprocesses to stop it and repeat trying to start it up. It always...