agherna/hsqldb

By agherna

Updated over 5 years ago

A simple hsqldb server image.

Image
0

212

agherna/hsqldb repository overview

hsqldb

Dockerfile

A Docker image of an HSQLDB server, built on version 2.4.0. This image includes:

  • hsqdldb.jar
  • log4j.jar
  • sqltool.jar

Image exposes the standard port 9001 for running HSQLDB.

Usage
  1. Pull the image from Docker Hub:

    docker pull agherna/hsqldb
    
  2. Run the image.

    docker run -p 9001:9001 hsqldb
    
Building
  1. Edit the following files:

    • conf/log4j.properties
    • conf/server.properties
    • conf/sqltool.rc
  2. Include any SQL to initialize the database on build in sql/init-db0.sql.

  3. Run the build:

    docker build . -t hsqldb
    
  4. Run the image:

    docker run -p 9001:9001 hsqldb
    

Image will run in the foreground and logging is directed to stdout by default.

See Also

Tag summary

Content type

Image

Digest

Size

199 MB

Last updated

over 5 years ago

Requires Docker Desktop 4.37.1 or later.