https://github.com/nwtgck/h2database-dockerfile
H2 Database Docker image based on Alpine
https://github.com/nwtgck/h2database-dockerfile
docker docker-image h2-database jdbc
Last synced: about 2 months ago
JSON representation
H2 Database Docker image based on Alpine
- Host: GitHub
- URL: https://github.com/nwtgck/h2database-dockerfile
- Owner: nwtgck
- License: mit
- Created: 2018-07-19T11:27:42.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-29T19:19:22.000Z (about 5 years ago)
- Last Synced: 2024-10-11T15:08:27.033Z (over 1 year ago)
- Topics: docker, docker-image, h2-database, jdbc
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# H2 Database Dockerfile
[](https://hub.docker.com/r/nwtgck/h2database/)
Docker image for [H2 Database](https://www.h2database.com/html/main.html)
## Run Example
```bash
docker run -it -p 9092:9092 -p 8082:8082 nwtgck/h2database -tcpAllowOthers -webAllowOthers
```
Then, you can access to to see Web console.
NOTE: `-tcpAllowOthers` option is necessary to access via TCP from outside of container.