Package tech.justen.concord.goodwill
Interface DockerService
public interface DockerService
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintstart(DockerContainer container, DockerService.LogCallback outCallback, DockerService.LogCallback errCallback)
-
Method Details
-
start
int start(DockerContainer container, DockerService.LogCallback outCallback, DockerService.LogCallback errCallback) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-