hostname property
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;
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.
final String? hostname;