Method | Description | |
---|---|---|
__construct ( Psr\Log\LoggerInterface $logger ) | ||
clearStatic ( ) | Clear static log buffer | |
getBuildCallback ( ) : callable | Get the build log callback when building / pulling an image | |
getRunStderrCallback ( ) : callable | Get the run stderr callback for docker | |
getRunStdoutCallback ( ) : callable | Get the run stdout callback for docker |
Method | Description | |
---|---|---|
buildCallback ( Docker\API\Model\BuildInfo $output ) | The build callback when creating a image, useful to see what happens during building | |
runStderrCallback ( string $output ) | Run callback to catch stderr logs of test running | |
runStdoutCallback ( string $output ) | Run callback to catch stdout logs of test running |
public __construct ( Psr\Log\LoggerInterface $logger ) | ||
$logger | Psr\Log\LoggerInterface |
public getBuildCallback ( ) : callable | ||
return | callable |
public getRunStderrCallback ( ) : callable | ||
return | callable |
public getRunStdoutCallback ( ) : callable | ||
return | callable |