Last Updated: February 25, 2016
·
563
· ismailsunni

Remove all exited docker containers

docker rm $(docker ps -f="status=exited" -q)

Written by Ismail Sunni

Recommend
Say Thanks
Update Notifications Off
Respond

1 Response
Add your response

I needed this. Thanks :)

over 1 year ago ·