kmgowda / SBK

Storage Benchmark Kit
https://kmgowda.github.io/SBK
Apache License 2.0
30 stars 66 forks source link

Add Docker image for H2 database driver(driver-h2) #347

Closed sushnag22 closed 2 years ago

sushnag22 commented 2 years ago

Describe the Issue (Bug/Feature) Feature: Add Docker image for H2 database driver

Additional context The Docker image for H2 database driver can be generated using the command:

gradlew generateDockerfiles -Poutdir="docker-image/SBK/dockers"

Note: The above command runs on Windows and Linux, on MacOS use the command:

./gradlew generateDockerfiles -Poutdir="docker-image/SBK/dockers"

This command gives us the Docker file sbk-h2 in the directory driver-h2/docker-image/SBK/dockers.

shelar1423 commented 2 years ago

Can u reopen this @kmgowda