liimaorg/liima

By liimaorg

Updated 7 months ago

Testing Image for Liima

Image
3

2.9K

Liima - (AMW) Automated Middleware allows you to manage the configurations of your Java EE applications on an unlimited number of different environments with various versions, including the automated deployment of those apps.

The images includes the h2 test database with sample data. It is based on the jboss/wildfly image.

This images is meant for demo and testing purposes and is not production ready, data is stored in the embedded h2 database in the container and will be lost if the container is removed.

Example usage

docker run -i -p 8080:8080 liimaorg/liima:master

Mounts

Liima writes to the following files in the container:

  • h2 database: /opt/jboss/wildfly/standalone/data/amw/amwFileDbIntegrationEmpty.h2.db
  • Generated templates: /opt/jboss/wildfly/standalone/data/amw/generator
  • Deployment logs: /opt/jboss/wildfly/standalone/data/amw/amw/logs

Docker Pull Command

docker pull liimaorg/liima