Skip to content
Snippets Groups Projects
Commit 879db401 authored by Carl Mai's avatar Carl Mai
Browse files

improve run docker

parent 673598b3
Branches
No related tags found
No related merge requests found
#!/bin/sh
docker build -t trainbenchmark .
docker run -it trainbenchmark
docker run -it -v "$PWD"/docker-results:/trainbenchmark/results:Z -v "$PWD"/docker-diagrams:/trainbenchmark/diagrams:Z trainbenchmark
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment