mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-10-29 09:42:26 +00:00
5 lines
118 B
Bash
Executable File
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)
|