clean.sh (164B)
1 #!/usr/bin/env bash 2 set -eax 3 docker image rm $(docker image ls -a | awk '{print $1 " " $3}' | awk 'NR > 1' | grep taler-alpine-imaging/ | awk '{print $2}') --force
taler-deploymentDeployment scripts and configuration files | |
| Log | Files | Refs | README |