We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker image build -t libmetrics:latest .
To ssh into the container to try things out: docker run -i -t libmetrics:latest /bin/bash
docker run -i -t libmetrics:latest /bin/bash
To run the scripts in the container and save the ressults: docker run -v $(pwd):/main -it libmetrics:latest
docker run -v $(pwd):/main -it libmetrics:latest