warp4j/dockerhub/README.md
2019-02-17 14:21:21 +02:00

467 B

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.