Skip to content

Running tini with subreaper on aws lambda #227

@yaron12n

Description

@yaron12n

I'm trying to use tini -s on my aws lambda.
Getting this error Failed to register as child subreaper: Operation not permitted
Probably beachuse prctl(PR_SET_CHILD_SUBREAPER) is not allowed on lambda.

Is there any workaround I can do to make this work?
PID 1 is not possible because the lambda has it's own
And prctl isn't allowed for the lambda.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions