Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 708 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 708 Bytes

Kex dockerfile

Docker images for Kex.

Repository providea an image for running Kex: abdullin/kex-standalone:$version, where $version is required version of Kex.

Currently latest release is version 0.0.7.

Build

make

Usage

Image is available at Docker Hub:

docker pull abdullin/kex-standalone:$version

Run Kex on a custom project:

docker run -v ~/myproject:/home/myproject -v ~/kex-output:/home/kex-output abdullin/kex-standalone:$version --classpath /home/myproject/target/myproject.jar --target myproject.\* --output /home/kex-output