Commands of docker
docker stop $(docker ps -a -q) docker rm $(docker ps -a -q)
docker rmi <image-id>
docker images
docker ps