Dockerized H2 database service.
Get the image:
docker pull hayond/h2database
Run as a service, exposing ports 9092 (TCP database server) and 8082 (web interface) and mapping data volume to host:
docker run -d -p 9092:9092 -p 8082:8082 -v /path/to/local/h2data:/opt/h2/data --name=h2database hayond/h2database
Content type
Image
Digest
Size
47.9 MB
Last updated
almost 7 years ago
docker pull hayond/h2database