Skip to content

devagorilla/docker-h2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-h2

I forked this from oscarfonts/docker-h2. I'll update the dockerfiles to use the latest h2 built Version 1.4.190

Dockerized H2 database service.

Features

Running

Get the image:

docker pull oscarfonts/h2

Run as a service, exposing ports 1521 (TCP database server) and 81 (web interface) and mapping DATA_DIR to host:

docker run -d -p 1521:1521 -p 81:81 -v /path/to/local/data_dir:/opt/h2-data oscarfonts/h2 --name=MyH2Instance

See the logs while running:

docker logs -f MyH2Instance

About

H2 Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%