Service constructor

Service(
  1. DockerHost dockerHost,
  2. String serviceName,
  3. String? id,
  4. String? image,
  5. List<String>? ports,
  6. String? containerNetwork,
  7. String? containerHostname, [
  8. List<String>? args,
])

Implementation

Service(this.dockerHost, this.serviceName, this.id, this.image, this.ports,
    this.containerNetwork, this.containerHostname,
    [this.args]);