From 2015c48236c4f94a686c8841384f8ada1192306c Mon Sep 17 00:00:00 2001 From: Fritz Schaal Date: Mon, 7 Feb 2022 12:26:06 +0100 Subject: [PATCH] README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c860ece --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# invocation + +using [podman rootless](https://wiki.archlinux.org/title/Podman#Rootless_Podman) setup: +``` +podman run -v "${HOME}/.cache/helm:/helm/.cache/helm" -v "${HOME}/.config/helm:/helm/.config/helm" -v "${HOME}/.local/share/helm:/helm/.local/share/helm" --user "$(id -u):$(id -g)" --rm -it docker-helm:latest +```