sudo docker rm -f -v $(sudo docker ps -a -q)
if not the volumes will not be delete !!! (like if you are using a mysql docker image) and all the volumes will be orphans !
sudo docker rm -f -v $(sudo docker ps -a -q)
if not the volumes will not be delete !!! (like if you are using a mysql docker image)
and all the volumes will be orphans !