mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
3 lines
93 B
Bash
Executable File
3 lines
93 B
Bash
Executable File
docker rm $(docker ps -a -q)
|
|
docker rmi $(docker images | grep "^<none>" | awk "{print $3}")
|