Cheatsheet
Ctrl
K
Copy
Services
Docker
Delete all stopped containers
Copy
docker rm $(docker ps -a -q)
Previous
Remove all <none> images after building (moved)
Next
Kill all running containers
Last updated
6 years ago
Was this helpful?