modal
    Preparing search index...

    Class SidecarContainer

    A handle to a sidecar container running in a Sandbox.

    EXPERIMENTAL: the API is subject to change.

    Index

    Properties

    containerId: string

    The fully qualified container ID.

    containerName: string

    The logical name of the container within the Sandbox.

    Accessors

    Methods

    • Check if the sidecar container has finished running.

      Returns null if the container is still running, else the exit code.

      Returns Promise<null | number>

    • Block until the sidecar container exits, and return its exit code.

      Returns Promise<number>