-
public final class ContainerLogWatcher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceContainerLogWatcher.HandleEncapsulates the actually ContainerLogWatcher closing.
-
Constructor Summary
Constructors Constructor Description ContainerLogWatcher(Project project, DockerClient dockerClient)
-
Method Summary
Modifier and Type Method Description final ContainerLogWatcher.Handlestart(String containerId)Starts the docker logs-command-
-
Method Detail
-
start
final ContainerLogWatcher.Handle start(String containerId)
Starts the
docker logs-command- Parameters:
containerId- the id of the container
-
-
-
-