Files
psf-bch-api-base/production/docker/cleanup-images.sh
T
2025-11-09 16:16:37 -08:00

6 lines
115 B
Bash
Executable File

#!/bin/bash
# Remove all untagged docker images.
docker rmi $(docker images | grep "^<none>" | awk '{print $3}')