withNetwork method
Attaches the container to network.
Returns this for chaining.
Implementation
DockerContainer withNetwork(Network network) {
_network = network;
return this;
}
Attaches the container to network.
Returns this for chaining.
DockerContainer withNetwork(Network network) {
_network = network;
return this;
}