Skip to content

mabrarov/java-exit-code

Repository files navigation

Test of Java exit codes

License Travis CI build status Black Duck Security Risk

Test of Java exit code.

Building

If remote Docker engine is used then DOCKER_HOST environment variable should point to that engine and include schema, like tcp://docker-host:2375 instead of docker-host:2375.

Building with Maven Wrapper:

./mvnw clean package -Pdocker

or on Windows:

mvnw.cmd clean package -Pdocker

Running

docker run --rm -it abrarov/java-se-exit-code

or

docker run --rm -it abrarov/spring-boot-exit-code