README
This commit is contained in:
parent
3d4aeb8219
commit
03e1903d5f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user