Docker container for running java applications, based on Alpine Linux and Java 11.
Go to file
Stanislav Nikitin be514b2095
Gitlab CI config update.
2020-11-20 18:59:36 +05:00
.drone.yml Send message to Discord on both success and failure. 2019-10-12 07:16:58 +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 Install bash which might be needed by some startup scripts. 2019-10-12 03:32:24 +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.