See all Docker images : docker images --all

Run a docker container from a docker image:
docker run --name static_html -v ~/codes/playground-js/docker-tut:/usr/share/nginx/html:ro -d -p 8080:80 nginx:latest