How can I stop and remove all Docker containers in order to start over with a clean slate? Often, I think it's easier to start from scratch, but I have a bunch of containers whose states I'm not sure of, and when I run docker rm, it won't let me since the docker container might still be in use.