DomainDockerSettings

data class DomainDockerSettings(val enableDockerAccess: DomainDockerSettingsEnableDockerAccess? = null, val vpcOnlyTrustedAccounts: List<String>? = null)

A collection of settings that are required to start docker-proxy server.

Constructors

Link copied to clipboard
constructor(enableDockerAccess: DomainDockerSettingsEnableDockerAccess? = null, vpcOnlyTrustedAccounts: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The flag to enable/disable docker-proxy server

Link copied to clipboard

A list of account id's that would be used to pull images from in VpcOnly mode