tobix/allure-cli
Docker image for the allure command line tool
100K+
This docker image contains only the allure command line tool, especially useful
if you otherwise aren't using Java in your development process. Entry point is
the allure
tool itself, so you can run it like this:
docker run --rm -v $PWD:/work tobix/allure-cli serve report/dir
docker pull tobix/allure-cli