2

I have Java Maven project with com.github.docker-java dependency. There is poor documentation and I have no idea, how to call this command:

docker run --rm -v "$(pwd)":/browsertime sitespeedio/browsertime:16.3.0 --video --visualMetrics https://www.sitespeed.io/

I know, that I can exec command directly, but I think that using Java API would be preferred.

So what Java code that uses DockerClient will run command above properly?

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.