This repository contains H2 Database image from www.h2database.com
work based on https://github.com/1000kit/docker-h2
Latest H2 DB version 1.4.197 based on Docker Alpine Java 8 JRE image
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 h2 .
$ 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 -d
Content type
Image
Digest
Size
62.2 MB
Last updated
almost 8 years ago
docker pull huksley/h2