Command to remove all docker containers:


o remove or delete force all the current docker containers and reset your list you can use this simple command:

docker rm $(docker ps -a -q)