mirror of
https://github.com/alibaba/higress.git
synced 2026-03-17 00:40:48 +08:00
fix: get the container access docker compose ps (#870)
Signed-off-by: fengshunli <1171313930@qq.com>
This commit is contained in:
@@ -109,3 +109,7 @@ func (c Compose) List(ctx context.Context) ([]api.Stack, error) {
|
||||
func (c Compose) Down(ctx context.Context, name string) error {
|
||||
return c.client.Down(ctx, name, api.DownOptions{})
|
||||
}
|
||||
|
||||
func (c Compose) Ps(ctx context.Context, name string) ([]api.ContainerSummary, error) {
|
||||
return c.client.Ps(ctx, name, api.PsOptions{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user