public interface DockerProcess
Modifier and Type | Interface and Description |
---|---|
static class |
DockerProcess.Fake
Fake implementation for unit testing purposes.
|
Modifier and Type | Method and Description |
---|---|
CmdOutput |
execute()
Execute command inside of docker container.
|
CmdOutput execute() throws DockerProcessExecutionException
DockerProcessExecutionException
- in case runtime exception on the
docker side.Copyright © 2019. All rights reserved.