We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c42776 commit d7b1972Copy full SHA for d7b1972
pkg/api/api.go
@@ -52,7 +52,7 @@ type Service interface {
52
Ps(ctx context.Context, projectName string, options PsOptions) ([]ContainerSummary, error)
53
// List executes the equivalent to a `docker stack ls`
54
List(ctx context.Context, options ListOptions) ([]Stack, error)
55
- // Convert translate compose model into backend's native format
+ // Config executes the equivalent to a `compose config`
56
Config(ctx context.Context, project *types.Project, options ConfigOptions) ([]byte, error)
57
// Kill executes the equivalent to a `compose kill`
58
Kill(ctx context.Context, projectName string, options KillOptions) error
0 commit comments