Quickstart
5-second Setup

Clone our samples repository

git clone https://github.com/kubling-community/dbvirt-samples.git

Run latest community edition locally

docker run --rm -d --name kubling \
  -e ENABLE_WEB_CONSOLE=true \
  -e DESCRIPTOR_BUNDLE=/dbvirt-samples/empty/empty-descriptor-bundle.zip \
  -e APP_CONFIG=/dbvirt-samples/empty/app-config.yaml \
  -p 35432:35432 -p 35482:35482 -p 8282:8282 \
  -v ~/dbvirt-samples:/dbvirt-samples \
  kubling/kubling-ce:latest

Configure

Go to the console (opens in a new tab)