3 lines
90 B
Bash
3 lines
90 B
Bash
docker stop $(docker ps -aq)
|
|
docker rm $(docker ps -aq)
|
|
docker rmi -f $(docker images -aq) |