Files
psf-bch-api/production/docker/cleanup-images.sh
T

6 lines
115 B
Bash
Raw Normal View History

2025-11-09 16:16:37 -08:00
#!/bin/bash
# Remove all untagged docker images.
docker rmi $(docker images | grep "^<none>" | awk '{print $3}')