mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-10-29 18:02:27 +00:00
6 lines
119 B
Bash
6 lines
119 B
Bash
#!/bin/sh
|
|
|
|
# Removes all local images. This is dangerous but good when debugging
|
|
docker rmi -f $(docker images -a -q)
|
|
|