Skip to content

✨ Send any kind of signal #180

@linkdd

Description

@linkdd

Context

By default, the Docker Engine API sends the signal SIGKILL to the root process of the container. But the /kill endpoint (see documentation) can accept a signal query parameter, such that you could send signals like SIGINT, or more interestingly: SIGHUP or SIGUSR1.

Feature Request

The operation kill sends by default the signal SIGKILL just as before. But let's introduce operations kill.<SIGNAL NAME> so that the agent can extract the signal name from the operation string and pass it as a query parameter to the /kill endpoint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions