Go to file
2022-02-12 16:06:10 +01:00
docker-entrypoint.sh initial 2022-02-07 12:24:45 +01:00
Dockerfile initial 2022-02-12 15:58:07 +01:00
README.md README 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>