Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DockerDeployRegistration

Options for Docker deployment goal

Hierarchy

  • object
    • DockerDeployRegistration

Index

Properties

Optional baseUrl

baseUrl: string

Base URL for the docker container. Probably localhost or your Docker machine IP. Defaults to localhost

Optional lowerPort

lowerPort: number

Starting port to be scanned for free ports. Defaults to 9090

sourcePort

sourcePort: number

The exposed port in the Dockerfile to be mapped externally

successPatterns

successPatterns: RegExp[]

Pattern that indicates that the container has started up correctly

Generated using TypeDoc