ts-mailcow-api
    Preparing search index...

    Type Alias ContainerStatus

    Status information for a single Mailcow container.

    type ContainerStatus = {
        container: string;
        image: string;
        started_at: string;
        state: ContainerState;
        type: ContainerType;
    }
    Index

    Properties

    container: string

    Name of the Docker container.

    image: string

    Docker image used by the container.

    started_at: string

    ISO 8601 timestamp of when the container was started.

    Current state of the container.

    Type of message or classification.