H2 Database Docker image based on Alpine
Docker image for H2 Database
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.