some unfinished and untested work over helm mirror
This commit is contained in:
5
helm-mirror.sh
Executable file
5
helm-mirror.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t helmmirror:latest -f Dockerfile.helm .
|
||||
docker run -v "$(pwd)/data/helm":/data -ti --entrypoint /bin/sh helmmirror:latest
|
||||
|
||||
Reference in New Issue
Block a user