README
This commit is contained in:
parent
3d4aeb8219
commit
03e1903d5f
@ -1,10 +1,17 @@
|
|||||||
# preparation
|
# preparation
|
||||||
|
|
||||||
create folders:
|
## create folders
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir -vp ${HOME}/{.cache/helm,.config/helm,.local/share/helm}
|
mkdir -vp ${HOME}/{.cache/helm,.config/helm,.local/share/helm}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## build container
|
||||||
|
|
||||||
|
```
|
||||||
|
podman build -t docker-helm:latest
|
||||||
|
```
|
||||||
|
|
||||||
# invocation
|
# invocation
|
||||||
|
|
||||||
using [podman rootless](https://wiki.archlinux.org/title/Podman#Rootless_Podman) setup:
|
using [podman rootless](https://wiki.archlinux.org/title/Podman#Rootless_Podman) setup:
|
||||||
|
Loading…
Reference in New Issue
Block a user