withName method
Assigns a fixed name to the container.
Returns this for chaining.
Implementation
DockerContainer withName(String name) {
_name = name;
return this;
}
Assigns a fixed name to the container.
Returns this for chaining.
DockerContainer withName(String name) {
_name = name;
return this;
}