source:
josm/trunk/native/docker-test.bat@
18005
| Last change on this file since 18005 was 17976, checked in by , 4 years ago | |
|---|---|
|
|
| File size: 174 bytes | |
| Line | |
|---|---|
| 1 | docker build . -t josm/josm |
| 2 | mkdir %CD%\test\report |
| 3 | docker run -it --name josm -v %CD%\test\report:/josm/test/report josm/josm |
| 4 | docker rm josm |
| 5 | docker rmi josm/josm |
| 6 | pause |
Note:
See TracBrowser
for help on using the repository browser.
