Skip to content
Stephanos Ioannidis edited this page Feb 24, 2024 · 1 revision

Welcome to the KeyDB wiki!

Notes for building container image

  1. Build container image.
podman build --no-cache \
    --format docker -f Dockerfile \
    --build-arg REPO=https://github.com/Centrinix/KeyDB.git --build-arg BRANCH=v6.3.4-branch \
    -t ghcr.io/centrinix/keydb:v6.3.4.cnx
Clone this wiki locally