openLogs method

Future<DockerProcess?> openLogs(
  1. String containerNameOrID
)

Opens this Container logs:

Implementation

Future<DockerProcess?> openLogs(String containerNameOrID) =>
    runner.dockerHost.openContainerLogs(name);