diff --git a/README.md b/README.md index f3fc6ab..eb0615a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Java container -This is a Java container built on top of Alpine Linux. \ No newline at end of file +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.