This commit is contained in:
fix 2022-02-12 16:04:40 +01:00
parent 3d4aeb8219
commit 03e1903d5f

View File

@ -1,10 +1,17 @@
# preparation
create folders:
## create folders
```
mkdir -vp ${HOME}/{.cache/helm,.config/helm,.local/share/helm}
```
## build container
```
podman build -t docker-helm:latest
```
# invocation
using [podman rootless](https://wiki.archlinux.org/title/Podman#Rootless_Podman) setup: