containerName property
An optional name for the container.
The container hostname will be set to this name, making it useful for inter-container communication. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.
Implementation
core.String? containerName;