删除容器

docker stop $(docker ps -q) & docker rm $(docker ps -aq)

删除镜像:

docker  rmi xxxx

docker rmi $(docker images -q)