From 8ca1b0bbfb7bc6f69912e184beff0931a2a1b0cf Mon Sep 17 00:00:00 2001 From: Juan Manuel Leflet Estrada Date: Thu, 26 Oct 2023 13:29:46 +0200 Subject: [PATCH] Add environment vars info to the README Signed-off-by: Juan Manuel Leflet Estrada --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8b1f7f..35a5959 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ Flags: Use "kantra [command] --help" for more information about a command. ``` +Additionally, two environment variables control the container runtime and the kantra image: `PODMAN_BIN` and `RUNNER_IMG`: +- `PODMAN_BIN`: path to your container runtime (podman or docker); ie: `PODMAN_BIN=/usr/local/bin/docker` +- `RUNNER_IMG`: the tag of the kantra image to invoke; ie: `RUNNER_IMG=localhost/kantra:latest` + ### Analyze Analyze allows running source code and binary analysis using [analyzer-lsp](https://github.com/konveyor/analyzer-lsp)