Options
All
  • Public
  • Public/Protected
  • All
Menu

Docker elements to cleanup after execution.

Hierarchy

  • CleanupOptions

Index

Properties

Optional containerDir

containerDir: string

Project directory mounted into container. If it is provided, its contents are copied to the [[projectDirectory]] and then the directory is removed.

Optional containers

containers: SpawnedContainer[]

Containers to kill by name, if provided.

Optional network

network: string

Name of Docker network created for this goal execution. If provided, it will be removed.

projectDir

projectDir: string

Project directory created for goal. Its contents are replaced with the contents of the [[containerDirectory]].

spawnOpts

spawnOpts: SpawnLogOptions

Options to use when calling spawnLog. Also provides the progress log.

Generated using TypeDoc