$ docker ps -a
$ docker image ls
$ docker stop <CONTAINER_ID>
$ docker rm <CONTAINER_ID>
$ docker image rm <IMAGE_NAME>