List executes the equivalent to a `docker stack ls`
(ctx context.Context, options ListOptions)
| 105 | Ps(ctx context.Context, projectName string, options PsOptions) ([]ContainerSummary, error) |
| 106 | // List executes the equivalent to a `docker stack ls` |
| 107 | List(ctx context.Context, options ListOptions) ([]Stack, error) |
| 108 | // Kill executes the equivalent to a `compose kill` |
| 109 | Kill(ctx context.Context, projectName string, options KillOptions) error |
| 110 | // RunOneOffContainer creates a service oneoff container and starts its dependencies |
no outgoing calls
no test coverage detected