node-lxc
    Preparing search index...

    Type Alias ContainerState

    ContainerState:
        | "STOPPED"
        | "STARTING"
        | "RUNNING"
        | "STOPPING"
        | "ABORTING"
        | "FREEZING"
        | "FROZEN"
        | "THAWED"