warp4j/docker
2019-02-17 13:34:46 +02:00
..
Dockerfile docs: Make separate docker README 2019-02-17 13:34:46 +02:00
README.md docs: Make separate docker README 2019-02-17 13:34:46 +02:00

Warp4j

Turn JAR (java archive) into self-contained executable in a single command.

See project page for more information.

Usage

$ docker run --rm -it \
    -e "WARP4J_CACHE=/cache" \
    --volume <cache on host>:/cache \
    --volume <jars on host>:/workdir \
    --user $(id -u):$(id -g) \
    guziks/warp4j:stable <app.jar>

Change according to your requirements, but volume with working directory is mandatory.