docker image running H2 database from http://www.h2database.com
50K+
This repository contains H2 Database image from www.h2database.com
Latest H2 DB version 1.4.193 (2016-10-31)
Works with JBoss EAP 7.1 and CP-12
The Dockerfile is available in the master branch and is built in the Docker HUB as 1000kit/h2:latest.
h2 in image is used for execution/opt/h2/bin/h2-start.sh/opt/h2-data can be used for persistance8181 and 1521 are exposedTake a Dockerfile and build with the default arguments:
$ docker build -t 1000kit/h2 .
or simply use the build.sh script
$ docker run -it 1000kit/h2
Alternative using persistent data:
$ docker run -v <host_local_datadir>:/opt/h2-data -it 1000kit/h2
Download docker-compose.yml from github. If you need persistence uncomment the volume settings in docker-compose.yml file.
$ docker-compose up
Content type
Image
Digest
Size
159.4 MB
Last updated
almost 8 years ago
docker pull 1000kit/h2