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

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