This is a container for Java applications. Built on Alpine Linux. Bundled Java version is 11.
Sources: https://sources.dev.pztrn.name/containers/java
By default it is assumed that your application's data will be placed in /data and /data/start.sh startup script exists.
You may use this compose example for launching your application:
version: "2.4"
services:
java8app:
image: "pztrn/java:latest"
restart: always
volumes:
- "/dockerdata/app:/data"
Content type
Image
Digest
Size
63.5 MB
Last updated
almost 5 years ago
docker pull pztrn/java