source:
josm/trunk/native/docker-test.sh@
18066
| Last change on this file since 18066 was 17976, checked in by , 4 years ago | |
|---|---|
| File size: 161 bytes | |
| Line | |
|---|---|
| 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.
