Skip to content

Example creating native image of java app with GraalVM Gradle and Docker

License

Notifications You must be signed in to change notification settings

Thom-x/GraalVM-Java-Docker

Repository files navigation

GraalVM-Java-Docker

Example creating native image of java app with GraalVM Gradle and Docker

First create the image :

docker build -t graalvm-demo .

Then run it :

docker run -p 4567:4567 graalvm-demo

Finally go to : http://localhost:4567/hello

Take a look at build.gradle and Dockerfile to find out how it works. Credit : https://zeringue.io/post/graalvm-gradle-docker/

About

Example creating native image of java app with GraalVM Gradle and Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages