Docker container for running java applications, based on Alpine Linux and Java 11.
Go to file
Stanislav Nikitin 4ac4a4fd8a
continuous-integration/drone/push Build is passing Details
Switch to mirrorred images for Drone and Docker.
2022-06-29 19:25:23 +05:00
.drone.yml Switch to mirrorred images for Drone and Docker. 2022-06-29 19:25:23 +05:00
.gitignore Initial commit. 2019-10-12 02:33:58 +05:00
.gitlab-ci.yml Gitlab CI config update. 2020-11-20 18:59:36 +05:00
Dockerfile Switch to mirrorred images for Drone and Docker. 2022-06-29 19:25:23 +05:00
README.md README updates. 2019-12-22 00:50:19 +05:00

README.md

Java container

This is a Java container built on top of Alpine Linux.

It provides Java 11 for your applications.

By default it is assumed that your application's data will be placed in /data and /data/start.sh startup script exists.