Builder

class Builder

Properties

Link copied to clipboard

The log configuration for the container.

Link copied to clipboard

The command that is passed to the container.

Link copied to clipboard

The port number on the container that receives traffic from the load balancer. Default is 80.

Link copied to clipboard

The environment variables to pass to the container.

Link copied to clipboard

The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with either repository-url/image:tag or repository-url/image@digest.

Link copied to clipboard

The configuration for repository credentials for private registry authentication.

Link copied to clipboard

The secrets to pass to the container.