Docker container for running java applications, based on Alpine Linux and Java 11.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Stanislav Nikitin 4ac4a4fd8a
continuous-integration/drone/push Build is passing Details
Switch to mirrorred images for Drone and Docker.
9 months ago
.drone.yml Switch to mirrorred images for Drone and Docker. 9 months ago
.gitignore Initial commit. 4 years ago
.gitlab-ci.yml Gitlab CI config update. 2 years ago
Dockerfile Switch to mirrorred images for Drone and Docker. 9 months ago
README.md README updates. 3 years ago

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.