Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "goal/container/docker"

Index

Functions

containerDockerOptions

dockerCleanup

  • Kill running Docker containers, then delete network, copy container's project directory to original project directory, and remove directory container directory. If the copy fails, it throws an error. Other errors are logged and ignored.

    Parameters

    Returns Promise<void>

Const dockerContainerScheduler

dockerKill

  • dockerKill(containers: SpawnedContainer[], opts: SpawnLogOptions): Promise<void>
  • Kill Docker containers. Any errors are caught and logged, but not re-thrown.

    Parameters

    • containers: SpawnedContainer[]

      Containers to kill, they will be killed by name

    • opts: SpawnLogOptions

      Options to use when calling spawnLog

    Returns Promise<void>

executeDockerJob

Generated using TypeDoc