This commit is contained in:
Fritz Schaal 2022-02-07 12:26:06 +01:00
parent 93a139fee3
commit 2015c48236

6
README.md Normal file
View File

@ -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 <command>
```