resolve some small issues
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-02-08 19:08:40 +01:00
parent a255c1125d
commit 026df90ec1
2 changed files with 14 additions and 14 deletions

View File

@ -486,7 +486,7 @@ If a service is failing to even start, try smoke out the error with:
}
}
// FIXME: Copypasta from https://github.com/docker/cli/blob/master/cli/command/stack/swarm/list.go because I could't import "github.com/docker/cli/cli/command/stack/swarm"
// Copypasta from https://github.com/docker/cli/blob/master/cli/command/stack/swarm/list.go
// GetStacks lists the swarm stacks.
func GetStacks(cl *dockerClient.Client) ([]*formatter.Stack, error) {
services, err := cl.ServiceList(