Sign inSign up

guziks/warp4j

By guziks

•Updated over 7 years ago

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

Image
0

350

guziks/warp4j repository overview

⁠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.

Tag summary

Content type

Image

Digest

Size

31 MB

Last updated

over 7 years ago

docker pull guziks/warp4j