Skip to content

vorpal-research/kex-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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