You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
198 B

# Environment requirements
* java
>>>>>>> 28dda132082ba3c39541a03979c63b55406cf8b8
## Running the image
Run from root of this repo:
```bash
$ docker run -it -v $(pwd):/root/ k-java /bin/bash
```