File size: 90 Bytes
d202ada
 
 
1
2
3
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker rmi -f $(docker images -aq)