This commit is contained in:
voje 2019-01-29 06:58:06 +01:00
commit 2755f4c7ed

View File

@ -1,6 +1,10 @@
We'll need java.
# Environment requirements
* java
>>>>>>> 28dda132082ba3c39541a03979c63b55406cf8b8
## Running the image
Run from root of this repo:
```bash
$ docker run -it -v .:/root/ k-java /bin/bash
$ docker run -it -v $(pwd):/root/ k-java /bin/bash
```