Blame
| 929f3c | Qwas | 2024-06-02 16:45:18 | 1 | # Awesome command |
| 2 | ||||
| 3 | ## Docker |
|||
| 4 | ||||
| 5 | 删除所有标签为 `<none>` 的 Docker 镜像 |
|||
| 6 | ||||
| 7 | ```bash |
|||
| 8 | docker rmi $(docker images -f "dangling=true" -q) |
|||
| 9 | ``` |
| 929f3c | Qwas | 2024-06-02 16:45:18 | 1 | # Awesome command |
| 2 | ||||
| 3 | ## Docker |
|||
| 4 | ||||
| 5 | 删除所有标签为 `<none>` 的 Docker 镜像 |
|||
| 6 | ||||
| 7 | ```bash |
|||
| 8 | docker rmi $(docker images -f "dangling=true" -q) |
|||
| 9 | ``` |