docker images
or
docker image ls
docker ps -a
docker ps
docker run IMAGE
Here is IMAGE_ID instead of CONTAINER_ID
docker start CONTAINER_ID # restart it in the background
docker attach CONTAINER_ID # reattach the terminal & stdin
docker exec **-it** <container name> /bin/bash
docker stop [OPTIONS] CONTAINER [CONTAINER...]