source:
josm/trunk/docker-test.sh@
16035
Last change on this file since 16035 was 11442, checked in by , 8 years ago | |
---|---|
File size: 161 bytes |
Rev | Line | |
---|---|---|
[11442] | 1 | docker build . -t josm/josm |
2 | mkdir -p test/report | |
3 | docker run -it --name josm -v `pwd`/test/report:/josm/test/report josm/josm | |
4 | docker rm josm | |
5 | docker rmi josm/josm |
Note:
See TracBrowser
for help on using the repository browser.