Containerize a Eclipse Vert.x application with Jib
This is an example of how to easily build a Docker image for a Eclipse Vert.x application with Jib.
./gradlew jibDockerBuild
docker run -d --rm -p 8080:8080 vertx-jib-example
Learn more about Jib.
Learn more about Eclipse Vert.x.