docker ps -aq
docker rm -f $(docker ps -aq)
docker rmi $(docker images|awk '{print $3}'|grep -v 'IMAGE')