README
This commit is contained in:
parent
93a139fee3
commit
2015c48236
6
README.md
Normal file
6
README.md
Normal 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>
|
||||
```
|
Loading…
Reference in New Issue
Block a user