项目作者: nwtgck

项目描述 :
H2 Database Docker image based on Alpine
高级语言:
项目地址: git://github.com/nwtgck/h2database-dockerfile.git
创建时间: 2018-07-19T11:27:42Z
项目社区:https://github.com/nwtgck/h2database-dockerfile

开源协议:MIT License

下载


H2 Database Dockerfile

Docker Automated build

Docker image for H2 Database

Run Example

  1. docker run -it -p 9092:9092 -p 8082:8082 nwtgck/h2database -tcpAllowOthers -webAllowOthers

Then, you can access to http://localhost:8082 to see Web console.

NOTE: -tcpAllowOthers option is necessary to access via TCP from outside of container.