By
Paul M On 21 March 2017 In
Docker
Some helpful commands to clear down old Docker containers/images. Update As of 1.13.0, see the new prune commands: # Commands docker container prune # Remove all stopped containers docker volume prune # Remove all unused volumes docker