hostname property

String? hostname
final

The hostname to use for your container. This parameter maps to Hostname in the Create a container section of the Docker Remote API and the --hostname option to docker run.

Implementation

final String? hostname;