ContainerConfig

The configuration used to run the application image container.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The arguments for the container when you're running the application.

Link copied to clipboard

The entrypoint used to run the application in the container.

Link copied to clipboard

The environment variables to set in the container

Functions

Link copied to clipboard
inline fun copy(block: ContainerConfig.Builder.() -> Unit = {}): ContainerConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String