Skip to content

Using the Docker Container

snadi edited this page Dec 16, 2019 · 4 revisions

docker image build -t libmetrics:latest .

To ssh into the container to try things out: 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

Clone this wiki locally