Short Description
H2 Database instance (version: 2016-10-31)
Full Description
To run the container execute following:
docker run -d --name H2Instance --rm -p 1521:1521 -p 81:81 -v <host/path>:/opt/h2-data/ silka/h2:latest
where:
- port 81 for Web UI;
- port 1521 for JDBC client;
- <host/path> host directory for database instance data files, so data will outlive the container.
Docker Pull Command
Owner
silka