Skip to content

More booted checks #2

@thekid

Description

@thekid

Currently, the boot label supports the CMD kind, which will run a command inside the container to determine whether it's up and running; and NONE. Like Docker's HEALTHCHECK, this is meant to be extended in the future.

FROM debian:jessie

# LABEL boot NONE
LABEL boot CMD /boot.sh

HEALTHCHECK CMD /health.sh

CMD ...

Ideas for kinds

Extension point

This switch statement is the correct place for implementing more checks.

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