2022-02-12 16:06:10 +01:00
2022-02-07 12:24:45 +01:00
2022-02-12 15:58:07 +01:00
2022-02-12 16:06:10 +01:00

preparation

create folders

mkdir -vp ${HOME}/.cache/helm ${HOME}/.config/helm ${HOME}/.local/share/helm

build container

podman build -t docker-helm:latest

invocation

using podman rootless 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>
Description
No description provided
Readme 24 KiB
Languages
Dockerfile 93.7%
Shell 6.3%