openContainerLogs method

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

Opens a Container logs, by containerNameOrID.

Implementation

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