Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

4km3-archive/docker-alpine-jre-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

jre-runner

Pack and run one Java application stored in a web server

Building

$ docker build -t 4km3/jre-runner .

Configuration

Default value


: "${RELEASE_JAR?Need Java app to run}"

Recommended value

By passing these value when running:

RELEASE_JAR=<Java application JAR file URL>

you will meet the minimum requirements.

Running

$ docker run                                                                     \
    --rm                                                                         \
    -e RELEASE_JAR=$RELEASE_JAR                                                  \
    4km3/jre-runner

Also a runme script is provided for convenience

Authors

pancho horrillo pancho@pancho.name

Rodrigo de la Fuente rodrigo@delafuente.email

Acknowledgements

Thanks to Raúl Sánchez @rawmind0 for his invaluable guidance!

About

Docker Alpine-based JRE Runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages