From a6eceee3bb5687217531e80ec670f4d332ff3fb9 Mon Sep 17 00:00:00 2001 From: pynezz Date: Sat, 4 Oct 2025 20:39:09 +0200 Subject: [PATCH] added podman command --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9622bcb..6ef6067 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,17 @@ Key settings in `zot-config.json`: - **Extensions**: Search, scrub (integrity checks), and metrics enabled - **Performance**: Caching enabled for metadata and converted manifests +### Startup + +```sh +podman run --replace -d \ + --name zot-registry \ + -p 5000:5000 \ + -v ./zot-config.json:/etc/zot/config.json \ + -v ./data:/var/lib/zot \ + ghcr.io/project-zot/zot:latest serve /etc/zot/config.json +``` + ## Usage **Push images:**