mortharia
Results
3
issues of
mortharia
According to https://docs.docker.com/engine/reference/commandline/container_logs/, we can use the "until" option in the docker logs command. Why this param is not supported in the [LogContainerCmd](https://github.com/docker-java/docker-java/blob/master/docker-java-api/src/main/java/com/github/dockerjava/api/command/LogContainerCmd.java)?
help wanted
resolution/acknowledged
Hey, We use Layrry to test a plugins based application. From the module layers process, we understand that when the core layer use a module, suppose spring.data.commons, the plugins should...