node-lxc
    Preparing search index...

    Variable ListAllActiveContainers

    ListAllActiveContainers: (lxcpath?: string) => string[]

    Type Declaration

      • (lxcpath?: string): string[]
      • List the names of all currently active (running) containers.

        Parameters

        • Optionallxcpath: string

          {string | undefined} Container directory to search. Defaults to lxc.lxcpath.

        Returns string[]

        Array of container name strings.