Docker container for running java applications, based on Alpine Linux and Java 11.
Go to file
Stanislav Nikitin e7a8b2a7bd
Force Docker to use Alpine 3.14 when building and fix Drone configuration.
2021-11-19 19:02:09 +05:00
.drone.yml Force Docker to use Alpine 3.14 when building and fix Drone configuration. 2021-11-19 19:02:09 +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 Force Docker to use Alpine 3.14 when building and fix Drone configuration. 2021-11-19 19:02:09 +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.