Files
wlan-cloud-loadsim/docker_clean.sh
2021-01-25 12:22:42 -08:00

5 lines
118 B
Bash
Executable File

#!/bin/sh
# Removes all local images. This is dangerous but good when debugging
docker rmi -f $(docker images -a -q)