Skip to content

Feature Req: support stack operations. #1330

Description

@zysaaa

I know that Docker does not currently provide stack-related API, but is it possible to support stack operations through secondary encapsulation of service-related operations.
For instance, for docker stack rm some-stack: iterate all the services, find the services which have label : com.docker.stack.namespace(see docker/docker/cli/compose/convert/compose.go:14) and delete these services.
The idea came from this project: https://github.com/gesellix/docker-client.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions